From dd2977f151971d3180e05e45bbfe1ccc9d952c2a Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 16:28:09 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 42e5035..1b0499a 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0|^11.0", "archtechx/helpers": "^0.3.1" }, "require-dev": { - "orchestra/testbench": "^7.19|^8.0", + "orchestra/testbench": "^7.19|^8.0|^9.0", "pestphp/pest": "^1.10|^2.0", "phpstan/phpstan": "^1.9.8", "pestphp/pest-plugin-laravel": "^1.1|^2.0",