Skip to content

Commit 2082309

Browse files
authored
Merge pull request #49 from rogervila/phpunit9
PHPUnit 9 Support
2 parents f265ffc + 09ff014 commit 2082309

File tree

3 files changed

+3
-5200
lines changed

3 files changed

+3
-5200
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
22
.phpunit.result.cache
3+
composer.lock

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"php": ">=7.0",
1313
"orchestra/testbench": "~4.0",
14-
"phpunit/phpunit": "8.3.*",
14+
"phpunit/phpunit": "^8.0|^9.0",
1515
"laravel/passport": "^8.0"
1616
},
1717
"autoload": {
@@ -38,6 +38,6 @@
3838
}
3939
},
4040
"require": {
41-
"phpdocumentor/reflection-docblock": "^4.3"
41+
"phpdocumentor/reflection-docblock": "^4.3|^5.2"
4242
}
4343
}

0 commit comments

Comments
 (0)