Skip to content

Commit

Permalink
Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinerobinet committed Dec 11, 2023
1 parent 09c4eca commit 1bb82a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
],
"require": {
"php": ">=7.4",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/service-contracts": "^2.0 || ^3.2"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.8",
"doctrine/orm": "^2.10",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/doctrine-bridge": "^5.4.7 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/phpunit-bridge": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0"
},
"conflict": {
"doctrine/dbal": "<3.3",
Expand Down

0 comments on commit 1bb82a1

Please sign in to comment.