-
-
Notifications
You must be signed in to change notification settings - Fork 32
Don't restrict symfony/symfony packages #18
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
Conversation
Will allow "unpack" to replace the wildcard by what's in extra.symfony.require also. See symfony/flex#443 This should be the best practice.
I honestly do not understand why the |
Because that's a pack - and packs should not impose constraints on your deps. |
it's not "here", but in a flex-enabled app - which packs are built for. |
I still disagree. The |
I think symfony/flex#443 is brilliant, but it still does not sufficiently address the concern I've raised before. This PR made me realize that. |
That's not the responsibility of a pack (guarantee that things would actually work). |
This is how I think about it: a collection of dependencies that we've put together. And to me that also means the dependencies are in selected versions that work together. But I see your point. (Especially because the |
Thanks @nicolas-grekas |
Will allow "unpack" to replace the wildcard by what's in extra.symfony.require also.
See symfony/flex#443
This should be the best practice.