From 60c4177be335b3d7c773075927fb4f878de42ca3 Mon Sep 17 00:00:00 2001 From: php coder Date: Wed, 28 Feb 2024 19:28:44 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5c00cd4..0be56ae 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^8.24|^9.0|^10.0", - "illuminate/view": "^8.24|^9.0|^10.0" + "illuminate/support": "^8.24|^9.0|^10.0|^11.0", + "illuminate/view": "^8.24|^9.0|^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", "nunomaduro/larastan": "^1.0|^2.4", "pestphp/pest": "^1.2|^2.0", "pestphp/pest-plugin-laravel": "^1.0|^2.0",