Merge branch 'improvement/#2484-allow-symfony-3-cli-as-dev-dependency'
Forward port #2484
Showing
... | @@ -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." | ||
... | ... |
Please register or sign in to comment