Add missing conflict rules for phpunit

This commit is contained in:
Nicolas Grekas 2017-02-20 13:48:07 +01:00
parent 50324777bf
commit 3e83e02f2c
4 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,9 @@
"doctrine/dbal": "~2.4",
"doctrine/orm": "^2.4.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"symfony/form": "",
"symfony/validator": "",

View File

@ -48,6 +48,9 @@
"symfony/yaml": "^2.0.5",
"sensio/framework-extra-bundle": "^3.0.2"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"symfony/console": "For using the console commands",
"symfony/form": "For using forms",

View File

@ -31,6 +31,7 @@
"symfony/translation": "^2.0.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/doctrine-bridge": "<2.7",
"symfony/framework-bundle": "<2.7",
"symfony/twig-bridge": "<2.7"

View File

@ -18,6 +18,9 @@
"require": {
"php": ">=5.3.9"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"ext-symfony_debug": ""
},