Skip to content

Commit

Permalink
Add S3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Aug 27, 2024
1 parent ca69e2e commit c593663
Show file tree
Hide file tree
Showing 10 changed files with 957 additions and 41 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,25 @@
"symfony/mime": "^6.0",
"symfony/css-selector": "^6.0",
"ext-simplexml": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"aws/aws-sdk-php": "^3.320"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"scripts": {
"fixer": "php-cs-fixer fix --verbose --allow-risky=yes"
"fixer": "php-cs-fixer fix --verbose --allow-risky=yes",
"pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6"
},
"bin": ["bin/app.php"]
"bin": ["bin/app.php"],
"extra": {
"aws/aws-sdk-php": [
"S3"
]
}
}
Loading

0 comments on commit c593663

Please sign in to comment.