Skip to content

Commit

Permalink
Add script to remove unused AWS services
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Oct 3, 2023
1 parent 7ecadc5 commit 73bfd27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -112,11 +112,17 @@
"composer run-script parse-schema-mysql"
],
"phpcs": "core/vendor/bin/phpcs --standard=phpcs.xml",
"phpcbf": "core/vendor/bin/phpcbf --standard=phpcs.xml"
"phpcbf": "core/vendor/bin/phpcbf --standard=phpcs.xml",
"pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"scripts-descriptions": {
"phpunit": "Run PHPUnit test"
},
"extra": {
"aws/aws-sdk-php": [
"S3"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
Expand Down

0 comments on commit 73bfd27

Please sign in to comment.