Skip to content

Commit

Permalink
Add support for phpunit 8.0
Browse files Browse the repository at this point in the history
Ref: #261

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 24, 2019
1 parent 9798cdd commit 1fe95d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ coverage.xml
*sw[op]
phpunit.xml
phpcs.xml
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 1fe95d9

Please sign in to comment.