Skip to content

Commit 2f58692

Browse files
Merge branch '2.8' into 3.2
* 2.8: Add missing conflict rules for phpunit
2 parents aa72d44 + c577520 commit 2f58692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
},
6060
"conflict": {
6161
"phpdocumentor/reflection-docblock": "<3.0",
62-
"phpdocumentor/type-resolver": "<0.2.0"
62+
"phpdocumentor/type-resolver": "<0.2.0",
63+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6364
},
6465
"suggest": {
6566
"ext-apcu": "For best performance of the system caches",

0 commit comments

Comments
 (0)