Skip to content

Commit b0bf009

Browse files
authored
Merge pull request #49 from chialab/feat/s3-adapter
Feat/s3 adapter
2 parents 4cce53c + 4e8c485 commit b0bf009

17 files changed

+1335
-476
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
"guzzlehttp/promises": "^1.5",
1515
"psr/http-message": "^1.0",
1616
"guzzlehttp/psr7": "^2.2",
17-
"webmozart/assert": "^1.10"
17+
"webmozart/assert": "^1.10",
18+
"aws/aws-sdk-php": "^3.222"
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "^9.5",
2122
"phpstan/phpstan": "^1.7",
2223
"cakephp/cakephp-codesniffer": "^4.5",
2324
"phpstan/extension-installer": "^1.1",
24-
"phpstan/phpstan-webmozart-assert": "^1.1",
25+
"phpstan/phpstan-webmozart-assert": "^1.2",
2526
"phpstan/phpstan-phpunit": "^1.1"
2627
},
2728
"autoload": {

0 commit comments

Comments
 (0)