Skip to content

Commit

Permalink
Clean AWS dependencies on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Aug 25, 2024
1 parent 2618c24 commit 39b8df5
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 353 deletions.
20 changes: 17 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"spatie/laravel-sluggable": "*",
"stevebauman/purify": "*",
"tymon/jwt-auth": "*",
"vinkla/hashids": "*"
"vinkla/hashids": "*",
"fakerphp/faker": "^1.23"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.0.0",
"fakerphp/faker": "^1.23",
"laravel/dusk": "^8.2.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
Expand Down Expand Up @@ -74,6 +74,17 @@
},
"google/apiclient-services": [
"Sheets"
],
"aws/aws-sdk-php": [
"CloudWatch",
"CloudWatchLogs",
"DynamoDb",
"Iam",
"Lambda",
"S3",
"Sqs",
"Ses",
"Ssm"
]
},
"autoload": {
Expand All @@ -94,7 +105,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"pre-autoload-dump": [
"Google\\Task\\Composer::cleanup",
"Aws\\Script\\Composer\\Composer::removeUnusedServices"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
Expand Down
Loading

0 comments on commit 39b8df5

Please sign in to comment.