diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-04-19 14:12:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-04-19 14:12:37 +0200 |
commit | 480f8481f588565411b10a8cae721a9ddb32bf64 (patch) | |
tree | 6e16f3b0f97a9b5063541bba55204a0ff340916d | |
parent | 4bc1a611da7776f22f2cfeee8e472038b7d8673c (diff) |
Update composer dependency versions
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3ec44b644..b656d8a53 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", + "phpunit/php-code-coverage": "^4 || ^5 || ^6 || ^7 || ^8", "ext-xdebug": "*" } } |