Skip to content

Commit

Permalink
bump up phpunit version to work with php8
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Dec 8, 2020
1 parent 9154f90 commit 436afce
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 @@ -2,3 +2,4 @@
/vendor
composer.lock
phpunit.xml
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"require-dev": {
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 436afce

Please sign in to comment.