From c5e5c905aab5be9361425800f0c691dd84f1fd6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Oct 2020 08:13:20 +0200 Subject: update to 1.2.0 raise dependency on phpunitgoodpractices/polyfill 1.4 allow PHPUnit 9 --- composer.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ba4be80..23e0b9c 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,9 @@ } ], "require": { - "php": "^5.5 || ^7.0", - "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0 || ^8.0", - "phpunitgoodpractices/polyfill": "^1.1" - }, - "conflict": { - "hhvm": "*" + "php": "^5.5 || ^7.0 || ^8.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0", + "phpunitgoodpractices/polyfill": "^1.4" }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", -- cgit