From 085af872229cb699379e82b0536f780e72f34b6e Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Mon, 25 Nov 2019 12:04:59 -0300 Subject: [PATCH] Update constraint for "phpunit/phpunit" in order to avoid conflicts when the package is installed as a 3rd party dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf181082..ef5d23f2 100644 --- a/composer.json +++ b/composer.json @@ -47,11 +47,11 @@ "require-dev": { "ext-pdo_sqlite": "*", "friendsofphp/php-cs-fixer": "^1.4 || ^2.0", + "phpunit/phpunit": ">=5.4.3,<8.0", "symfony/phpunit-bridge": "^3.2 || ^4.0", "symfony/security": "^2.8 || ^3.0 || ^4.0" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "twig/twig": "<1.34" }, "suggest": {