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 9d0024f commit fc0006f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"sonata-project/doctrine-extensions": "^1.13",
"sonata-project/form-extensions": "^1.4",
"sonata-project/twig-extensions": "^1.3",
"symfony/config": "^4.4.11 || ^5.3 || ^6.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.3 || ^6.0",
"symfony/form": "^4.4.20 || ^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/mailer": "^4.4 || ^5.3 || ^6.0",
"symfony/mime": "^4.4.10 || ^5.3 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.3 || ^6.0",
"symfony/routing": "^4.4 || ^5.3 || ^6.0",
"symfony/config": "^4.4.11 || ^5.4 || ^6.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0",
"symfony/form": "^4.4.20 || ^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/mailer": "^4.4 || ^5.4 || ^6.0",
"symfony/mime": "^4.4.10 || ^5.4 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.4 || ^6.0",
"symfony/routing": "^4.4 || ^5.4 || ^6.0",
"symfony/security-acl": "^3.0",
"symfony/security-core": "^4.4.23 || ^5.3 || ^6.0",
"symfony/security-csrf": "^4.4 || ^5.3 || ^6.0",
"symfony/translation": "^4.4 || ^5.3 || ^6.0",
"symfony/security-core": "^4.4.23 || ^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.14 || ^3.0"
},
"require-dev": {
Expand All @@ -68,10 +68,10 @@
"sonata-project/admin-bundle": "^4.9",
"sonata-project/block-bundle": "^4.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"symfony/browser-kit": "^4.4 || ^5.3 || ^6.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/intl": "^4.4 || ^5.3 || ^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/intl": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.1",
"vimeo/psalm": "^4.9.2"
},
"conflict": {
Expand Down

0 comments on commit fc0006f

Please sign in to comment.