Skip to content

Commit

Permalink
feat: ensure capability with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonSean committed Dec 3, 2024
1 parent 306d16e commit e8500d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^8.3",
"guzzlehttp/guzzle": ">=1.16.0",
"laravel/framework": ">=1.15.5",
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}
Expand Down

0 comments on commit e8500d6

Please sign in to comment.