From 88863ebb947ccc8f91d6be083c0116ad3f5c7fb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 10:39:20 +0100 Subject: update to 2.0.3 (no change) switch to phpunit8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 002e511..b1717b8 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^7.1" + "phpunit/phpunit": "^8.5" }, "autoload": { "classmap": [ -- cgit