Skip to content

Commit c577520

Browse files
Merge branch '2.7' into 2.8
* 2.7: Add missing conflict rules for phpunit
2 parents 9dd7c02 + 28f0db8 commit c577520

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
@@ -53,6 +53,9 @@
5353
"twig/twig": "~1.23|~2.0",
5454
"sensio/framework-extra-bundle": "^3.0.2"
5555
},
56+
"conflict": {
57+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
58+
},
5659
"suggest": {
5760
"symfony/console": "For using the console commands",
5861
"symfony/form": "For using forms",

0 commit comments

Comments
 (0)