Skip to content

Commit

Permalink
Add support for Symfony\Console v4
Browse files Browse the repository at this point in the history
This project isn't affected by any of the features with BC breaks between v3 and v4.
Adding support for v4 will allow projects using this package to update their own dependencies.
  • Loading branch information
chrisminett committed Feb 13, 2018
1 parent 589d32f commit cc37083
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": "^5.4|^7.0",
"symfony/console": "^2.7|^3",
"symfony/console": "^2.7|^3|^4",
"phlib/console-configuration": "^1.0.3"
},
"require-dev": {
Expand Down

0 comments on commit cc37083

Please sign in to comment.