Skip to content

Commit

Permalink
Bump async-aws/dynamo-db to 2.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron authored Aug 25, 2023
1 parent dd80464 commit 6c87586
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 125 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"async-aws/dynamo-db": "^1.4",
"aws/aws-sdk-php": "3.277.4",
"async-aws/dynamo-db": "^2.0",
"aws/aws-sdk-php": "3.279.2",
"fakerphp/faker": "^1.23",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.3",
"symfony/error-handler": "^5.4 || ^6.0",
"symplify/easy-coding-standard": "^12.0",
"vimeo/psalm": "^5.14"
"vimeo/psalm": "^5.15"
},
"suggest": {
"async-aws/dynamo-db": "Async first DynamoDb client from Symfony Core developers",
Expand All @@ -50,6 +51,9 @@
"sort-packages": true,
"platform": {
"php": "8.1.99"
},
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 6c87586

Please sign in to comment.