From e53abd51071248668f5c3bea242be76c00a9d8a8 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 00:50:42 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" },