Skip to content

Commit

Permalink
Merge pull request #49 from rogervila/phpunit9
Browse files Browse the repository at this point in the history
PHPUnit 9 Support
  • Loading branch information
mtrajano authored Oct 3, 2020
2 parents f265ffc + 09ff014 commit 2082309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,200 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.phpunit.result.cache
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require-dev": {
"php": ">=7.0",
"orchestra/testbench": "~4.0",
"phpunit/phpunit": "8.3.*",
"phpunit/phpunit": "^8.0|^9.0",
"laravel/passport": "^8.0"
},
"autoload": {
Expand All @@ -38,6 +38,6 @@
}
},
"require": {
"phpdocumentor/reflection-docblock": "^4.3"
"phpdocumentor/reflection-docblock": "^4.3|^5.2"
}
}
Loading

0 comments on commit 2082309

Please sign in to comment.