Skip to content

Commit

Permalink
Update composer.json (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugarinn authored Oct 22, 2020
1 parent e51931f commit 39f1726
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 @@ -31,10 +31,10 @@
},
"require": {
"php": "^7.2",
"laravel/passport": "^8.0|^9.0"
"laravel/passport": "^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5|^9.0"
},
"scripts": {
"test": "vendor/bin/phpunit --colors=always"
Expand Down

0 comments on commit 39f1726

Please sign in to comment.