diff --git a/composer.json b/composer.json index 1fc5687..6423391 100644 --- a/composer.json +++ b/composer.json @@ -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": {