Skip to content

Commit

Permalink
Update PHPUnit to 8.x
Browse files Browse the repository at this point in the history
Can't use PHPUnit 9 until https://github.com/oradwell/covers-validator
works with it.
  • Loading branch information
gbirke committed May 19, 2020
1 parent e43bd43 commit 038f395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ vendor/

.idea/

.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"phpunit/phpunit": "~8.0",
"ockcyp/covers-validator": "~1.0",
"squizlabs/php_codesniffer": "~3.4",
"slevomat/coding-standard": "~4.4",
Expand Down

0 comments on commit 038f395

Please sign in to comment.