Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervila authored Oct 2, 2020
1 parent 9c7d446 commit 09ff014
Showing 1 changed file with 2 additions and 2 deletions.
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"
}
}

0 comments on commit 09ff014

Please sign in to comment.