diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,3 +9,4 @@ coverage.xml *sw[op] phpunit.xml phpcs.xml +/.phpunit.result.cache diff --git a/composer.json b/composer.json index c525411..73d782e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "sami/sami": "^4.0", "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "^7.4", + "phpunit/phpunit": "^7.4 || ^8.0", "phpmyadmin/coding-standard": "^1.0" }, "conflict": { |