diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-30 10:39:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-30 10:39:20 +0100 |
commit | 88863ebb947ccc8f91d6be083c0116ad3f5c7fb4 (patch) | |
tree | 0a2abdd6620922649279217e67575b238953a343 /composer.json | |
parent | 70b4a5d98ea0d546e91be1b45809f41dbabdcdd8 (diff) |
update to 2.0.3 (no change)
switch to phpunit8
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": [ |