Skip to content

Commit

Permalink
Drop support for symfony 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 30, 2023
1 parent 246d753 commit 7ce7cc7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"require": {
"php": "^8.1",
"ext-pcre": "*",
"symfony/routing": "^5.4 || ^6.2",
"symfony/routing": "^5.4 || ^6.3",
"symfony/translation-contracts": "^2.0 || ^3.0",
"twig/twig": "^3.3"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.5.1",
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/expression-language": "^5.4 || ^6.2",
"symfony/framework-bundle": "^5.4.19 || ^6.2.5",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/intl": "^5.4 || ^6.2",
"symfony/browser-kit": "^5.4 || ^6.3",
"symfony/config": "^5.4 || ^6.3",
"symfony/dependency-injection": "^5.4 || ^6.3",
"symfony/expression-language": "^5.4 || ^6.3",
"symfony/framework-bundle": "^5.4.19 || ^6.3",
"symfony/http-kernel": "^5.4 || ^6.3",
"symfony/intl": "^5.4 || ^6.3",
"symfony/polyfill-intl-icu": "^1.13",
"symfony/twig-bridge": "^5.4 || ^6.2",
"symfony/twig-bundle": "^5.4 || ^6.2"
"symfony/twig-bridge": "^5.4 || ^6.3",
"symfony/twig-bundle": "^5.4 || ^6.3"
},
"conflict": {
"symfony/framework-bundle": "<5.4"
Expand Down

0 comments on commit 7ce7cc7

Please sign in to comment.