Skip to content

Commit

Permalink
feat: add support for Laravel version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya authored Nov 20, 2024
1 parent 9ad6b9e commit b4b0360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"homepage": "https://github.com/ristekusdi/sso-laravel",
"keywords": ["SSO", "authentication", "authorization"],
"require": {
"php": "^7.2.5|^8.0.2|^8.1",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0.1|^7.2"
"php": "^7.2.5|^8.0.2|^8.1|^8.2",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.0.1|^7.2|^7.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b4b0360

Please sign in to comment.