-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Provide does not satisfy package requirement if package with same name exists #6753
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
Comments
At least in the current implementation it is very intentional: composer/src/Composer/DependencyResolver/Pool.php Lines 271 to 276 in edece86
However I think this doesn't hold for extensions being provided by a PHP package, as that array entry is not set for extension names. Which is at the very least inconsistent. |
Seldaek
added a commit
to Seldaek/composer
that referenced
this issue
Jan 30, 2020
…ng packages which do not satisfy requirements, fixes composer#6753
Seldaek
added a commit
to Seldaek/composer
that referenced
this issue
Jan 30, 2020
…ng packages which do not satisfy requirements, fixes composer#6753
Seldaek
added a commit
to Seldaek/composer
that referenced
this issue
Jan 30, 2020
…ng packages which do not satisfy requirements, fixes composer#6753
Seldaek
added a commit
to Seldaek/composer
that referenced
this issue
Jan 30, 2020
…ng packages which do not satisfy requirements, fixes composer#6753
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this should be allowed. It works if you swap replace/provide.
The text was updated successfully, but these errors were encountered: