Skip to content

Commit

Permalink
feat: allow more versions of symfony/console
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 18, 2022
1 parent 84030e6 commit 62ed6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require": {
"php": "^7.1 || ^8.0",
"ondram/ci-detector": "^4.0",
"symfony/console": "~3.4|~4.3|~5.1|~5.2"
"symfony/console": "~3.4|~4.3|^5|^6"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
Expand Down

0 comments on commit 62ed6be

Please sign in to comment.