Skip to content

Commit

Permalink
fixed incompatible symfony console 2 to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Aug 5, 2019
1 parent 1782f94 commit 6d35044
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 @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.0.0",
"symfony/console": "*"
"symfony/console": "^3.4"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6d35044

Please sign in to comment.