Merge branch '5.0'

* 5.0:
  [Bridge/PhpUnit] dont conflict with phpunit 4.8
This commit is contained in:
Nicolas Grekas 2020-02-01 16:58:03 +01:00
commit 985f64b5af

View File

@ -24,7 +24,7 @@
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<5.4.3" "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
}, },
"autoload": { "autoload": {
"files": [ "bootstrap.php" ], "files": [ "bootstrap.php" ],