Merge branch '2.8' into 3.2

* 2.8:
  Add missing conflict rules for phpunit
This commit is contained in:
Nicolas Grekas 2017-02-20 14:40:00 +01:00
commit 3d4e163ddb
5 changed files with 12 additions and 1 deletions

View File

@ -36,6 +36,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

@ -59,7 +59,8 @@
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.0"
"phpdocumentor/type-resolver": "<0.2.0",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"ext-apcu": "For best performance of the system caches",

View File

@ -34,6 +34,7 @@
"symfony/var-dumper": "~3.2"
},
"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

@ -31,6 +31,9 @@
"doctrine/cache": "~1.0",
"egulias/email-validator": "^1.2.8|~2.0"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"psr/cache-implementation": "For using the metadata cache.",
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",

View File

@ -22,6 +22,9 @@
"require-dev": {
"twig/twig": "~1.20|~2.0"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"suggest": {
"ext-symfony_debug": ""
},