Skip to content

Commit

Permalink
Allow Symfony 6 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Dec 19, 2021
1 parent 7bc797d commit 3fb6121
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 @@ -21,16 +21,16 @@
"require": {
"php": ">=7.2",
"monolog/monolog": "^1.25.1 || ^2",
"symfony/config": "^4.4 || ^5.2",
"symfony/console": "^4.4 || ^5.2",
"symfony/dependency-injection": "^4.4 || ^5.2",
"symfony/http-kernel": "^4.4 || ^5.2",
"symfony/monolog-bridge": "^4.4 || ^5.2",
"symfony/config": "^4.4 || ^5.2 || ^6.0",
"symfony/console": "^4.4 || ^5.2 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"symfony/monolog-bridge": "^4.4 || ^5.2 || ^6.0",
"symfony/monolog-bundle": "^3.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"symfony/phpunit-bridge": "^5.2"
"symfony/phpunit-bridge": "^6.0"
},
"conflict": {
"doctrine/annotations": "<1.10.4"
Expand Down

0 comments on commit 3fb6121

Please sign in to comment.