diff --git a/composer.json b/composer.json index 94960e3..967323a 100644 --- a/composer.json +++ b/composer.json @@ -14,17 +14,17 @@ "php": "^8.0", "aws/aws-sdk-php": "^3.222", "bref/bref": "^2.1.8", - "illuminate/container": "^8.0 || ^9.0 || ^10.0", - "illuminate/contracts": "^8.0 || ^9.0 || ^10.0", - "illuminate/http": "^8.0 || ^9.0 || ^10.0", - "illuminate/queue": "^8.0 || ^9.0 || ^10.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0", + "illuminate/container": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", "laravel/octane": "^1.2 || ^2.0", "riverline/multipart-parser": "^2.0" }, "require-dev": { "nunomaduro/larastan": "^2.2", - "orchestra/testbench": "^7.13", + "orchestra/testbench": "^7.13 || ^9.0", "php-parallel-lint/php-parallel-lint": "^1.3", "squizlabs/php_codesniffer": "^3.7" },