Skip to content

Commit

Permalink
feat(command): allow symfony/console v4 & v5
Browse files Browse the repository at this point in the history
fixes #4
  • Loading branch information
ramsey authored and damianopetrungaro committed Jul 15, 2020
1 parent 90a4a92 commit 9852835
Show file tree
Hide file tree
Showing 3 changed files with 700 additions and 128 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"type": "library",
"require": {
"symfony/console": "^4.0"
"symfony/console": "^4 || ^5"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down
Loading

0 comments on commit 9852835

Please sign in to comment.