We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798cdd commit 1fe95d9Copy full SHA for 1fe95d9
.gitignore
@@ -9,3 +9,4 @@ coverage.xml
9
*sw[op]
10
phpunit.xml
11
phpcs.xml
12
+/.phpunit.result.cache
composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"sami/sami": "^4.0",
24
"phpunit/php-code-coverage": "*",
25
- "phpunit/phpunit": "^7.4",
+ "phpunit/phpunit": "^7.4 || ^8.0",
26
"phpmyadmin/coding-standard": "^1.0"
27
},
28
"conflict": {
0 commit comments