Closed (fixed)
Project:
Entity Update
Version:
8.x-1.2-rc7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2018 at 09:54 UTC
Updated:
17 Jul 2020 at 07:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gngn commentedI got around this by changing my drupal/composer.lock :
Comment #3
gngn commentedI am also not sure if the version info in entity_update/composer.json is needed.
Most other contrib modules do not have a line like
"version": "1.1.0",Comment #4
cosolom commentedComment #5
cosolom commentedBut will be better full remove version tag
Comment #6
gngn commented#5 looks OK to me.
If we do not need the version, we should drop it.
Comment #7
tjtj commented#5 has the wrong line endings, but fails for me even when fixed.
The only entity_update line in my composer.json file is:
and things still won't install. I also made sure that composer.lock has
1.2RC7 is installed, but I still get:
Finally, I am getting
and if I run drush entup, I get a loop!
Comment #8
gngn commentedI am not sure, but I think:
Attached a version of #5 with correct line endings.
Comment #9
dalinComment #10
iwsp commentedThank you, please get the new version