From ecd21f7a9c1f45571244b4ed4edaf893b3204259 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 08:17:30 +0100 Subject: update to 1.1.0 switch to phpunit9 --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f2594e2..32f29ef 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,10 @@ } ], "require": { - "php": "^5.3 || ^7.0" + "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.4.3", - "symfony/phpunit-bridge": "^3.2.2" - }, - "conflict": { - "hhvm": "*" + "symfony/phpunit-bridge": "^5.1" }, "config": { "optimize-autoloader": true, -- cgit