Skip to content

Commit

Permalink
feat: add support symfony 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Nov 30, 2021
1 parent 76c9a55 commit ee3cd32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
],
"require": {
"php": ">=7.4",
"symfony/framework-bundle": "^3.4 || ^4.1.12 || ^5.0"
"symfony/framework-bundle": "^3.4 || ^4.1.12 || ^5.0 || ^6.0"
},
"require-dev": {
"ext-json": "*",
"phpstan/phpstan": "0.12.*",
"squizlabs/php_codesniffer": "3.5.*",
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0",
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0",
"symfony/browser-kit": "^3.4 || ^4.4 || ^5.0"
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/browser-kit": "^3.4 || ^4.4 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee3cd32

Please sign in to comment.