Skip to content

Commit

Permalink
Drop support of Symfony 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 31, 2022
1 parent 0898fa7 commit 347c454
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Expand Up @@ -24,14 +24,14 @@
"jms/metadata": "^2.1",
"jms/serializer": "^2.0 || ^3.0",
"sonata-project/doctrine-extensions": "^1.10.1",
"symfony/event-dispatcher": "^4.4 || ^5.3 || ^6.0",
"symfony/form": "^4.4 || ^5.3 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.3 || ^6.0",
"symfony/property-access": "^4.4 || ^5.3 || ^6.0",
"symfony/security-csrf": "^4.4 || ^5.3 || ^6.0",
"symfony/translation": "^4.4 || ^5.3 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0",
"symfony/form": "^4.4 || ^5.4 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.4 || ^6.0",
"symfony/property-access": "^4.4 || ^5.4 || ^6.0",
"symfony/security-csrf": "^4.4 || ^5.4 || ^6.0",
"symfony/translation": "^4.4 || ^5.4 || ^6.0",
"symfony/translation-contracts": "^1.1 || ^2.5 || ^3.0",
"symfony/validator": "^4.4 || ^5.3 || ^6.0",
"symfony/validator": "^4.4 || ^5.4 || ^6.0",
"twig/twig": "^2.12 || ^3.0"
},
"require-dev": {
Expand All @@ -49,13 +49,13 @@
"psalm/plugin-phpunit": "^0.16",
"psalm/plugin-symfony": "^3.0",
"rector/rector": "^0.12",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/twig-bridge": "^4.4 || ^5.3 || ^6.0",
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "^4.7.2"
},
"conflict": {
Expand Down

0 comments on commit 347c454

Please sign in to comment.