Skip to content

Commit

Permalink
[Bridge/PhpUnit] dont conflict with phpunit 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 1, 2020
1 parent bf6d384 commit 4cce23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/PhpUnit/composer.json
Expand Up @@ -24,7 +24,7 @@
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
},
"conflict": {
"phpunit/phpunit": "<5.4.3"
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"autoload": {
"files": [ "bootstrap.php" ],
Expand Down

0 comments on commit 4cce23d

Please sign in to comment.