Skip to content
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 the composer provide rules #1

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Fix the composer provide rules #1

merged 1 commit into from
Oct 22, 2020

Conversation

stof
Copy link
Contributor

@stof stof commented Oct 22, 2020

This package does not provide the code of the psr interface packages. It provides implementations of the interfaces and so should provide the virtual packages representing implementations of the interface.
Providing the wrong package while also requiring it creates issues with Composer 2, because the solver will consider that installing the psr packages is not necessary as they are already provided.

Refs composer/composer#9316 (not the same package than the one mentioned in the bug report, but same issue)

This package does not provide the code of the psr interface packages. It provides implementations of the interfaces and so should provide the virtual packages representing implementations of the interface.
Providing the wrong package while also requiring it creates issues with Composer 2, because the solver will consider that installing the psr packages is not necessary as they are already provided.
@ztsu ztsu merged commit ccc81ea into ztsu:master Oct 22, 2020
@ztsu
Copy link
Owner

ztsu commented Oct 22, 2020

Thanks @stof

@stof stof deleted the patch-1 branch October 22, 2020 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants