Skip to content

Commit

Permalink
Update dependencies, AWS Dynamo local Docker image (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron authored Jul 5, 2023
1 parent 0645797 commit 7d08666
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
ignore:
- dependency-name: "aws/aws-sdk-php"
update-types: [ "version-update:semver-patch" ]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_NAME := amazon/dynamodb-local:1.21.0
IMAGE_NAME := amazon/dynamodb-local:2.0.0

.PHONY: initialize
initialize: start-docker
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"async-aws/dynamo-db": "^1.3",
"aws/aws-sdk-php": "3.272.1",
"fakerphp/faker": "^1.22",
"async-aws/dynamo-db": "^1.4",
"aws/aws-sdk-php": "3.275.2",
"fakerphp/faker": "^1.23",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.2",
"symfony/error-handler": "^5.4 || ^6.0",
"symplify/easy-coding-standard": "^11.3",
"vimeo/psalm": "^5.12"
"symplify/easy-coding-standard": "^11.5",
"vimeo/psalm": "^5.13"
},
"suggest": {
"async-aws/dynamo-db": "Async first DynamoDb client from Symfony Core developers",
Expand Down
Loading

0 comments on commit 7d08666

Please sign in to comment.