Commit bfcbe0b8 authored by Stephan de Souza's avatar Stephan de Souza Committed by Marco Pivetta

Allow usage of symfony/console ^3.0

Some packages are using symfony/console 3.0 and newer as requirement, and doctrine/dbal works well with this contstrain.
parent 80fbaab1
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.4.6", "phpunit/phpunit": "^5.4.6",
"phpunit/phpunit-mock-objects": "!=3.2.4", "phpunit/phpunit-mock-objects": "!=3.2.4",
"symfony/console": "2.*" "symfony/console": "2.*||^3.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "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