-
Notifications
You must be signed in to change notification settings - Fork 49
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
Skip auto-installing when the root package's extra.discovery is enough #237
Comments
thanks for the discussion in #236 . a workaround for now would be to do the I agree we can't check just for the the change suggested here would be that the existing configuration to chose which class to use for which psr factory also accepts unknown classes in addition to the well-known ones, right? that seems consistent with what we have and non-surprising. |
correct!
This works already! |
oh even better. yeah then its not much left to be done 👍 and i just realized that you just added the pinning recently. neat, thanks! |
Implemented in #239 |
Here is an idea that popped up in #236 and that builds on #232.
When the root package configures this:
then we shouldn't need auto-installing any extra packages for this virtual package.
Same when listing individual interfaces:
In this case, we should verify that all the interfaces required to fulfill one of the supported
*-implementation
are listed.The text was updated successfully, but these errors were encountered: