-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Use lower-case for package name #174
Conversation
Yeah please fix this! π |
Dupe of #137 |
@mikey179 anything people can do to help out for processing this PR? |
@SpacePossum see #175 |
Thank you! |
With 1.6.6 I'm still getting this error. Shouldn't this be fixed? Or is anything else needed for this to work?
|
@temp Your own composer file most likely has the wrong name in there, right? |
@dereuromark Please take a look at the log I provided - it's an empty dir, with the only package I require being vfsstream (composer require mikey179/vfsstream). |
What is inside your composer.json file after install? |
Uppercase:
|
See :) fix it manually and it will go away. |
Fixing it by hand and running composer update seems to fix it. But I don't know why it says vfsStream in the first place. |
I'm running into this as well, it seems like Packagist still knows this package as I'm not sure how to fix this, maybe pressing the "update" button on Packagist makes Packagist parse the |
If this is a composer issue, maybe it is worth escalating it into a ticket there? |
This PR
composer.json
πββοΈ Following an update of
composer
to1.8.1
, the following message is emitted when running relatedcomposer
commandsFor reference, see https://github.com/composer/composer/releases/tag/1.8.1.