Skip to content

Commit 1fe95d9

Browse files
committed
Add support for phpunit 8.0
Ref: #261 Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 9798cdd commit 1fe95d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ coverage.xml
99
*sw[op]
1010
phpunit.xml
1111
phpcs.xml
12+
/.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"sami/sami": "^4.0",
2424
"phpunit/php-code-coverage": "*",
25-
"phpunit/phpunit": "^7.4",
25+
"phpunit/phpunit": "^7.4 || ^8.0",
2626
"phpmyadmin/coding-standard": "^1.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)