Commit f84b0c16 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2484 from stephandesouza/patch-1

Allow usage of symfony/console ^3.0 in dev dependencies
parents e69d1cf3 197c8d96
......@@ -17,7 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "4.*",
"symfony/console": "2.*"
"symfony/console": "2.*||^3.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment