Skip to content

Commit

Permalink
Merge pull request #50 from bmitch/changeConsoleReq
Browse files Browse the repository at this point in the history
Lower console version requirement
  • Loading branch information
bmitch authored Aug 19, 2017
2 parents 4354591 + 7f0deef commit eb0b356
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 @@ -19,7 +19,7 @@

"require": {
"php": ">=7.0.0",
"symfony/console": "^3.3",
"symfony/console": "~3.2",
"tightenco/collect": "^5.4",
"symfony/process": "^3.3"
},
Expand Down

0 comments on commit eb0b356

Please sign in to comment.