Skip to content

Commit

Permalink
Compatibility with symfony/console ver. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpro authored and niksamokhvalov committed Dec 15, 2017
1 parent e3a302d commit 59e2075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"php": ">=5.4",
"symfony/console": "~2.8",
"symfony/filesystem": "~2.8"
"symfony/console": "~2.8|~3",
"symfony/filesystem": "~2.8|~3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 59e2075

Please sign in to comment.