diff options
author | Florian Pritz <bluewind@xinu.at> | 2021-02-21 11:08:30 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2021-02-21 11:08:30 +0100 |
commit | 29e6c8ad462a426f4bc6d380646e434e3361a21d (patch) | |
tree | 121e7ec9a5aa926a7cfffc40f33fdc156fac4d76 /composer.json | |
parent | 78b9b272de889809bf05529bf91cc94829a5f9e6 (diff) |
PHP8: Update code coverage plugin for compabtibility
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b656d8a53..3c77414f3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "paragonie/random_compat": "Provides better randomness in PHP 5.x" }, "require-dev": { - "phpunit/php-code-coverage": "^4 || ^5 || ^6 || ^7 || ^8", + "phpunit/php-code-coverage": "^9 || ^10", "ext-xdebug": "*" } } |