diff --git a/composer.json b/composer.json index e4148f7..86fcfb0 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,8 @@ ], "require": { "php": ">=7.4", - "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "ocramius/proxy-manager": "^1.0 || ^2.0 || ^3.0", "spatie/laravel-package-tools": "^1.12" },