Skip to content

Commit 28f0db8

Browse files
Add missing conflict rules for phpunit
1 parent a142d4c commit 28f0db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"symfony/yaml": "^2.0.5",
4949
"sensio/framework-extra-bundle": "^3.0.2"
5050
},
51+
"conflict": {
52+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
53+
},
5154
"suggest": {
5255
"symfony/console": "For using the console commands",
5356
"symfony/form": "For using forms",

0 commit comments

Comments
 (0)