-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove Composer dev dependencies from package output #289
Comments
We should also regenerate the autoload files so they don't include the dev dependencies. This may be automatically done depending on how we remove them (otherwise |
If we end up running dump-autoload for a package, should we also run with This still leads to pushing the dev dependencies, I found |
In manual testing, running |
This is merged now. |
When a Composer based build is packaged, development dependencies in
composer.json
should be excluded from the vendor resources included in the package output.Follow up from #284.
The text was updated successfully, but these errors were encountered: