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 17, 2021
1 parent 2e47884 commit d859bfe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"require": {
"php": ">=7.2",
"ext-dom": "*",
"symfony/config": "^4.4 || ^5.2",
"symfony/console": "^4.4 || ^5.2",
"symfony/dependency-injection": "^4.4.2 || ^5.2",
"symfony/http-kernel": "^4.4 || ^5.2",
"symfony/process": "^4.4 || ^5.2",
"symfony/yaml": "^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.2 || ^5.2 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"symfony/process": "^4.4 || ^5.2 || ^6.0",
"symfony/yaml": "^4.4 || ^5.2 || ^6.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.2"
"symfony/phpunit-bridge": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d859bfe

Please sign in to comment.