diff options
author | Bruce Wells <brucekwells@gmail.com> | 2020-11-28 19:50:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 19:50:32 +0300 |
commit | 5ed72fda6f80e862162999a0442f6ea97c91af56 (patch) | |
tree | 4b4f87fc2a7357d835b42429b7edccd1277dddf7 /composer.json | |
parent | 761ac503441b77c9ee50b3e1deaf0da89a8cbafe (diff) |
PHPUnit 8 or higher for PHP 8.0 support (#78)
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 3ba5a22..fc6c4d9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~8.0" + "phpunit/phpunit": ">=8.0" }, "autoload": { "psr-0": { |