Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
composer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2019 at 16:06 UTC
Updated:
15 Mar 2019 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
neclimdulSo from a code perspective this is an easy fix. I didn't read the discussion but skim the pretty long packagist issue it implies to me there may be some thought that needed in maybe release notes or something to ensure people don't run into some minor problems? Maybe? people should be getting fresh vendors when deploy anyways right?
Comment #3
pandaski commentedConfirmed this message also appears in the 8.6.x install and after an update of `composer` to `1.8.1`
We also use the 1.6 in our distribution and everything looks fine
"mikey179/vfsStream": "^1.6"Comment #4
pandaski commentedRTBC to me if we don't want two changes together and keep the solution simple and clean
Comment #5
alexpottSo I've tried to see in this change impacts the root composer.lock file at all. And it does not. In the lock file it still has
"name": "mikey179/vfsStream",and on disk the directory still has the capital.Therefore I think this change itself is harmless and avoids the warning. The complex change might occur when the package changes itself to use all lowercase.
Comment #6
alexpottCommitted 1819073 and pushed to 8.7.x. Thanks!
Not backporting because this feels very minor and it is only a warning