Skip to content

Commit e68e58e

Browse files
committed
feat: ensure capability with laravel 11.
1 parent 129cdc8 commit e68e58e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.3",
14-
"guzzlehttp/guzzle": "^7.2",
13+
"php": "^8.3",
14+
"guzzlehttp/guzzle": "^7.2",
1515
"laravel/framework": ">10.0",
16-
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
16+
"laravel/passport": "^11.0 || ^12.0"
1717
},
1818
"autoload": {
1919
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}

0 commit comments

Comments
 (0)