-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Remove unused services #2456
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
|
How can I help to move this forward. I really need this feature. Thanks 🍻 |
1ff557b to
da00929
Compare
akondas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's go 🚀
|
Release it 🚀 🙏 |
Excuse me, I want to know the best practice of the feature, this feature had some risk now. for example, I cannot to know packages of project depend have which depend on AWS services, if you have a good suggestion? |
Description of changes:
In response to requests in #2420, #2369, #808.
A composer script which runs at pre-autoload-dump. Removes AWS services that aren't specified by the user in their
composer.jsonfile. Usage is as follows:For this example, running
composer installorcomposer updatewill remove all AWS services but S3. More information can be found in the ReadMe.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.