summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--composer.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 05e6fc2..8ac441b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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": {