Skip to content

Commit

Permalink
Merge pull request #17 from stof/symfony_6
Browse files Browse the repository at this point in the history
Add support for Symfony 6
  • Loading branch information
stof committed Dec 8, 2021
2 parents ef0c71c + 0cfa2c0 commit a48145c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"require": {
"php": ">=7.4",
"symfony/asset": "^3.4.36 || ^4.4.13 || ^5.3",
"symfony/cache": "^3.4.36 || ^4.4.13 || ^5.3",
"symfony/config": "^3.4.36 || ^4.4 || ^5.3",
"symfony/dependency-injection": "^3.4.36 || ^4.4.13 || ^5.3",
"symfony/finder": "^3.4.36 || ^4.4.13 || ^5.3",
"symfony/framework-bundle": "^3.4.36 || ^4.3.13 || ^5.3",
"symfony/http-kernel": "^3.4.36 || ^4.4.13 || ^5.3"
"symfony/asset": "^3.4.36 || ^4.4.13 || ^5.3 || ^6.0",
"symfony/cache": "^3.4.36 || ^4.4.13 || ^5.3 || ^6.0",
"symfony/config": "^3.4.36 || ^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^3.4.36 || ^4.4.13 || ^5.3 || ^6.0",
"symfony/finder": "^3.4.36 || ^4.4.13 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^3.4.36 || ^4.3.13 || ^5.3 || ^6.0",
"symfony/http-kernel": "^3.4.36 || ^4.4.13 || ^5.3 || ^6.0"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.3"
"symfony/phpunit-bridge": "^5.3 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a48145c

Please sign in to comment.