Skip to content

Commit

Permalink
Merge pull request #29 from stof/symfony_6
Browse files Browse the repository at this point in the history
Add support for Symfony 6
  • Loading branch information
stof authored Dec 8, 2021
2 parents cc82e43 + 3e32cab commit 60cfd7e
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 @@ -13,17 +13,17 @@
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4.29 || ^5.3.4",
"symfony/console": "^4.4.29 || ^5.3.4",
"symfony/config": "^4.4.29 || ^5.3.4",
"symfony/dependency-injection": "^4.4.29 || ^5.3.4",
"symfony/finder": "^4.4.29 || ^5.3.4",
"symfony/http-kernel": "^4.4.29 || ^5.3.4",
"symfony/translation": "^4.4.32 || ^5.3.4",
"symfony/yaml": "^4.4.29 || ^5.3.4"
"symfony/framework-bundle": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/console": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/config": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/dependency-injection": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/finder": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/http-kernel": "^4.4.29 || ^5.3.4 || ^6.0.0",
"symfony/translation": "^4.4.32 || ^5.3.4 || ^6.0.0",
"symfony/yaml": "^4.4.29 || ^5.3.4 || ^6.0.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.3.8",
"symfony/phpunit-bridge": "^5.3.8 || ^6.0.0",
"phpunit/phpunit": "^9.5.10",
"phpspec/prophecy-phpunit": "^2.0"
},
Expand Down

0 comments on commit 60cfd7e

Please sign in to comment.