Skip to content

Commit 4f071e5

Browse files
authored
Using LTS Symfony 6.4 (#187)
Using LTS Symfony 6.4
1 parent 20ba9b1 commit 4f071e5

File tree

4 files changed

+263
-252
lines changed

4 files changed

+263
-252
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"require": {
1414
"php": "^8.1",
1515
"psr/log": "^2.0 || ^3.0",
16-
"symfony/console": "^5.4 || ^6.0 || ^7.0",
17-
"symfony/property-access": "^5.4 || ^6.0 || ^7.0",
18-
"symfony/serializer": "^5.4 || ^6.0 || ^7.0",
19-
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
16+
"symfony/console": "^5.4 || ^6.4 || ^7.0",
17+
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
18+
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
19+
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
2020
"webmozart/assert": "^1.11"
2121
},
2222
"require-dev": {
2323
"async-aws/dynamo-db": "^3.0",
24-
"aws/aws-sdk-php": "3.288.1",
24+
"aws/aws-sdk-php": "3.294.5",
2525
"fakerphp/faker": "^1.23",
2626
"phpstan/extension-installer": "^1.3",
2727
"phpstan/phpstan": "^1.10",
2828
"phpstan/phpstan-deprecation-rules": "^1.1",
2929
"phpstan/phpstan-phpunit": "^1.3",
3030
"phpstan/phpstan-strict-rules": "^1.5",
31-
"phpunit/phpunit": "^10.4",
32-
"symfony/error-handler": "^5.4 || ^6.0 || ^7.0",
31+
"phpunit/phpunit": "^10.5",
32+
"symfony/error-handler": "^5.4 || ^6.4 || ^7.0",
3333
"symplify/easy-coding-standard": "^12.0",
34-
"vimeo/psalm": "^5.16"
34+
"vimeo/psalm": "^5.18"
3535
},
3636
"suggest": {
3737
"async-aws/dynamo-db": "Async first DynamoDb client from Symfony Core developers",

0 commit comments

Comments
 (0)