Skip to content

Commit

Permalink
Drop symfony 6.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Apr 30, 2023
1 parent a31f1fe commit e3e96da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"php": "^8.1",
"knplabs/knp-menu": "^2.1 || ^3.1",
"sonata-project/block-bundle": "^3.21 || ^4.2",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"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.0",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1",
"knplabs/knp-menu-bundle": "^2.3 || ^3.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/translation": "^5.4 || ^6.0"
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/translation": "^5.4 || ^6.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e3e96da

Please sign in to comment.