-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Scope composer tools with the bin plugin #28507
Scope composer tools with the bin plugin #28507
Conversation
Neat side effect: when you
|
|
Yes but no :P What I don't like about that is that you get different autoloaders for This might be a purely theoretical problem. The other solution I'm fine with would be to just vendor the lib together with #28509. |
Signed-off-by: Christoph Wurst <[email protected]>
e13d55c
to
e3541da
Compare
This puts our current dev tools into isolation, so they and their dependencies won't interfere with vendored production dependencies.
Ref https://github.com/bamarni/composer-bin-plugin for those new to this plugin
Summary
Changes for developers: ✨none✨
The same trick has been used in Mail for months. It helped us get rid of tools that pulled in incompatible versions of Symfony.