8000 [Bridge/PhpUnit] dont conflict with phpunit 4.8 · symfony/symfony@4cce23d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cce23d

Browse files
[Bridge/PhpUnit] dont conflict with phpunit 4.8
1 parent bf6d384 commit 4cce23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2525
},
2626
"conflict": {
27-
"phpunit/phpunit": "<5.4.3"
27+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2828
},
2929
"autoload": {
3030
"files": [ "bootstrap.php" ],

0 commit comments

Comments
 (0)
0