From e79d61292e250e458da897d40381982a168f7c2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Aug 2020 09:18:39 +0200 Subject: v1.3.0 from Fedora --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 0a41051..8088333 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,7 @@ } }, "require": { - "php": "~7.0", - "phpunit/phpunit-mock-objects": "~5.0|~6.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.4|~7.0" + "php": "^7.3", + "phpunit/phpunit": "^8.5|^9.0" } } -- cgit