Skip to content

Commit 085af87

Browse files
committed
Update constraint for "phpunit/phpunit" in order to avoid conflicts when the package is installed as a 3rd party dependency
1 parent 76714a7 commit 085af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"require-dev": {
4848
"ext-pdo_sqlite": "*",
4949
"friendsofphp/php-cs-fixer": "^1.4 || ^2.0",
50+
"phpunit/phpunit": ">=5.4.3,<8.0",
5051
"symfony/phpunit-bridge": "^3.2 || ^4.0",
5152
"symfony/security": "^2.8 || ^3.0 || ^4.0"
5253
},
5354
"conflict": {
54-
"phpunit/phpunit": "<5.4.3",
5555
"twig/twig": "<1.34"
5656
},
5757
"suggest": {

0 commit comments

Comments
 (0)