Skip to content

Commit

Permalink
Merge pull request #19 from joshuadwire/master
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
overtrue authored Feb 21, 2023
2 parents 4cbc872 + 23bfe6a commit b5d0e80
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
}
],
"require": {
"laravel/framework": "^8.0|^9.0",
"laravel/passport": "^10.0"
"illuminate/cache": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/auth": "^8.0|^9.0|^10.0",
"laravel/passport": "^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit b5d0e80

Please sign in to comment.