Skip to content

Commit

Permalink
Using LTS Symfony 6.4 (#187)
Browse files Browse the repository at this point in the history
Using LTS Symfony 6.4
  • Loading branch information
misantron committed Dec 22, 2023
1 parent 20ba9b1 commit 4f071e5
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 252 deletions.
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -13,25 +13,25 @@
"require": {
"php": "^8.1",
"psr/log": "^2.0 || ^3.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/property-access": "^5.4 || ^6.0 || ^7.0",
"symfony/serializer": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"async-aws/dynamo-db": "^3.0",
"aws/aws-sdk-php": "3.288.1",
"aws/aws-sdk-php": "3.294.5",
"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.4",
"symfony/error-handler": "^5.4 || ^6.0 || ^7.0",
"phpunit/phpunit": "^10.5",
"symfony/error-handler": "^5.4 || ^6.4 || ^7.0",
"symplify/easy-coding-standard": "^12.0",
"vimeo/psalm": "^5.16"
"vimeo/psalm": "^5.18"
},
"suggest": {
"async-aws/dynamo-db": "Async first DynamoDb client from Symfony Core developers",
Expand Down

0 comments on commit 4f071e5

Please sign in to comment.