Skip to content

Commit

Permalink
Merge pull request #44 from tuupola/symfony-console
Browse files Browse the repository at this point in the history
Make symfony/console 3.2.0 minimal requirement
  • Loading branch information
overtrue committed Apr 29, 2018
2 parents 60d9508 + 0d7114b commit 74d13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"ext-json": "*",
"symfony/console": "^3.0|^4.0",
"symfony/console": "^3.2|^4.0",
"symfony/finder": "^3.0|^4.0",
"symfony/process": "^3.0|^4.0",
"symfony/yaml": "^3.0|^4.0"
Expand Down

0 comments on commit 74d13c1

Please sign in to comment.