Closed (fixed)
Project:
Environment Indicator
Version:
8.x-3.4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 Dec 2018 at 20:46 UTC
Updated:
17 Jan 2019 at 18:34 UTC
Jump to comment: Most recent
So we can have a better composer integration in local workflows.
Comments
Comment #3
e0ipsoComment #4
karlsheaComment #5
karolus commentedLike @KarlShea noted above, I had this issue with the Color module requirement as well, and opened a ticket on this here.
Comment #6
komlenic commentedThis breaks updating to the latest 3.4 version from 3.3:
Comment #7
karolus commentedI'm about to head out, but will check this syntax in the composer.json file.
This is the current:
If I recall correctly, under D8 naming conventions, would it not need to be:
Or perhaps
"^0.5.3"?Comment #8
karlsheaColor is part of core, so I don't think you'd need it in composer.json at all right? Seems that should be in the info.yml file.
Comment #9
karolus commented@KarlShea
That is a good point. I was checking out the composer.json of other contrib modules in my builds, and could find none that required core modules. Some would even have a blank
require: { }.Comment #10
karolus commentedOK. I have created a patch, and put in this issue.
Comment #11
karolus commentedComment #12
karlsheaTechnically "fixed", follow-up at #3023179: Errors updating to 8.x-3.4