diff --git a/composer.json b/composer.json index 182d1ed0d..58b7aba0d 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ }, "require": { "php": "^7.1.3 || ^8.0", - "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "guzzlehttp/guzzle": "^6 || ^7", "monolog/monolog": "^1.12||^2.0||^3.2" }, "require-dev": { - "phpunit/phpunit" : "^7 || ^8 || ^9", - "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "phpunit/phpunit" : "^7 || ^8 || ^9 || ^10", + "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "phpstan/phpstan": "^1.4", "wdes/coding-standard": "^3.2" },