Skip to content

Commit bfbe8f6

Browse files
authored
Fix PHP 8.4 deprecations and update dependencies (#328)
1 parent c9704d2 commit bfbe8f6

File tree

11 files changed

+311
-304
lines changed

11 files changed

+311
-304
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE_NAME := amazon/dynamodb-local:2.5.2
1+
IMAGE_NAME := amazon/dynamodb-local:2.6.1
22

33
.PHONY: initialize
44
initialize: start-docker

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"webmozart/assert": "^1.11"
2121
},
2222
"require-dev": {
23-
"async-aws/dynamo-db": "^3.2",
24-
"aws/aws-sdk-php": "3.329.0",
25-
"fakerphp/faker": "^1.23",
23+
"async-aws/dynamo-db": "^3.6",
24+
"aws/aws-sdk-php": "3.343.22",
25+
"fakerphp/faker": "^1.24",
2626
"phpstan/extension-installer": "^1.4",
2727
"phpstan/phpstan": "^2.0",
2828
"phpstan/phpstan-deprecation-rules": "^2.0",
2929
"phpstan/phpstan-phpunit": "^2.0",
3030
"phpstan/phpstan-strict-rules": "^2.0",
31-
"phpunit/phpunit": "^10.5 || ^11.0",
31+
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0",
3232
"symfony/error-handler": "^5.4 || ^6.4 || ^7.0",
3333
"symplify/easy-coding-standard": "^12.3",
3434
"vimeo/psalm": "^5.26"

0 commit comments

Comments
 (0)