From 9074cad27b7846b8f304b4e886fe9c755b0e1afb Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 13 Mar 2024 14:12:09 +0530 Subject: [PATCH] laravel v11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c7163cd..686aba1 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ } }, "require": { - "illuminate/support": "^10.22" + "illuminate/support": "^11.0" }, "require-dev": { - "orchestra/testbench": "^8.10", + "orchestra/testbench": "^9.0", "phpunit/phpunit": "^10.0" }, "extra": {