From f0972c6220f58d8b8e5c6b50a8e6b251e9d319d4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 13 May 2019 19:21:59 +0200 Subject: [PATCH] Removed optional dependency constraints used for no longer support PHP versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a634df7a..8f15d83e 100644 --- a/composer.json +++ b/composer.json @@ -55,8 +55,8 @@ "filp/whoops": "^2.0", "infection/infection": "^0.12.2", "phpstan/phpstan": "^0.11.2", - "phpunit/phpcov": "^6.0 || ^5.0", - "phpunit/phpunit": "^8.0 || ^7.5", + "phpunit/phpcov": "^6.0", + "phpunit/phpunit": "^8.0", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~1.1.0", "symfony/dotenv": "^4.2",