diff --git a/composer.json b/composer.json index ce34636..3b8a62e 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ "require": { "php": "^7.4|^8.0", "ext-json": "*", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/session": "^8.0|^9.0|^10.0", - "illuminate/events": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/session": "^8.0|^9.0|^10.0|^11.0", + "illuminate/events": "^8.0|^9.0|^10.0|^11.0", "darthsoup/php-whmcs-api": "~1.3", - "graham-campbell/manager": "^5.0" + "graham-campbell/manager": "^5.1" }, "require-dev": { "guzzlehttp/guzzle": "^7.0",