Skip to content

Commit

Permalink
Merge pull request #49 from chialab/feat/s3-adapter
Browse files Browse the repository at this point in the history
Feat/s3 adapter
  • Loading branch information
fquffio authored Dec 22, 2022
2 parents 4cce53c + 4e8c485 commit b0bf009
Show file tree
Hide file tree
Showing 17 changed files with 1,335 additions and 476 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
"guzzlehttp/promises": "^1.5",
"psr/http-message": "^1.0",
"guzzlehttp/psr7": "^2.2",
"webmozart/assert": "^1.10"
"webmozart/assert": "^1.10",
"aws/aws-sdk-php": "^3.222"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.7",
"cakephp/cakephp-codesniffer": "^4.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpstan/phpstan-phpunit": "^1.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit b0bf009

Please sign in to comment.