Skip to content

Commit

Permalink
Increase required symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 8, 2024
1 parent 8bea175 commit 9652e42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2,500 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"jms/serializer-bundle": "^3.3 || ^4.0 || ^5.0",
"ramsey/uuid": "^3.1 || ^4.0",
"sulu/sulu": "^2.5.9 || ^2.5.9@dev",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony-cmf/slugifier-api": "^1.0 || ^2.0",
"twig/twig": "^1.41 || ^2.0 || ^3.0"
},
Expand All @@ -54,12 +54,12 @@
"sulu/content-bundle": "^0.7 || ^0.8@dev",
"sulu/headless-bundle": "^0.8 || ^0.9 || ^0.10@dev",
"sulu/messenger": "^0.1 || ^0.2@dev",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/dotenv": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
"symfony/security-bundle": "^6.4 || ^7.0",
"symfony/stopwatch": "^6.4 || ^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "2.3.0",
Expand Down
Loading

0 comments on commit 9652e42

Please sign in to comment.