Skip to content

Commit

Permalink
Merge pull request #11 from DellanX/patch-1
Browse files Browse the repository at this point in the history
Laravel 11 Composer JSON update
  • Loading branch information
jeremy379 committed Mar 16, 2024
2 parents 4f96ec5 + 646cb2c commit 3f39392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ It's made to support only Laravel and [Laravel Passport](https://laravel.com/doc
* Requires PHP version `^8.2`.
* [lcobucci/jwt](https://github.com/lcobucci/jwt) version `^4.0`.
* [league/oauth2-server](https://github.com/thephpleague/oauth2-server) `^8.2`.
* Laravel 10
* Laravel 10 or Laravel 11
* Laravel Passport installed and configured

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -26,8 +26,8 @@
"php": "^8.2",
"lcobucci/jwt": "^4.0|^4.3|^5.0",
"league/oauth2-server": "^8.2.0",
"laravel/passport": "^11.0",
"laravel/framework": "^10.0"
"laravel/passport": "^11.0|^12.0",
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"guzzlehttp/psr7": "^1.7",
Expand Down

0 comments on commit 3f39392

Please sign in to comment.