Skip to content

Commit 129cdc8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.3",
1414
"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"
16+
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1717
},
1818
"autoload": {
1919
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}

0 commit comments

Comments
 (0)