Skip to content

Commit

Permalink
Merge pull request #4656 from jderusse/sf6
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
greg0ire committed May 19, 2021
2 parents 6611e6d + c0c319a commit b5c2979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -45,8 +45,8 @@
"phpunit/phpunit": "9.5.0",
"psalm/plugin-phpunit": "0.13.0",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^5.2",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.6.4"
},
"suggest": {
Expand Down

0 comments on commit b5c2979

Please sign in to comment.