Skip to content

Commit e8500d6

Browse files
committed
feat: ensure capability with php 8.3
1 parent 306d16e commit e8500d6

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": ">=1.16.0",
1515
"laravel/framework": ">=1.15.5",
16-
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
16+
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1717
},
1818
"autoload": {
1919
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}

0 commit comments

Comments
 (0)