We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f265ffc + 09ff014 commit 2082309Copy full SHA for 2082309
.gitignore
@@ -1,2 +1,3 @@
1
vendor/
2
.phpunit.result.cache
3
+composer.lock
composer.json
@@ -11,7 +11,7 @@
11
"require-dev": {
12
"php": ">=7.0",
13
"orchestra/testbench": "~4.0",
14
- "phpunit/phpunit": "8.3.*",
+ "phpunit/phpunit": "^8.0|^9.0",
15
"laravel/passport": "^8.0"
16
},
17
"autoload": {
@@ -38,6 +38,6 @@
38
}
39
40
"require": {
41
- "phpdocumentor/reflection-docblock": "^4.3"
+ "phpdocumentor/reflection-docblock": "^4.3|^5.2"
42
43
0 commit comments