From 3fea28af6e7913748e03018d4e0fd7984f071e54 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 17 Jan 2022 23:06:22 +0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index da6c065..708dcfb 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^8.24" + "illuminate/support": "^8.24|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.9", + "orchestra/testbench": "^6.9|^7.0", "pestphp/pest": "^1.2", "pestphp/pest-plugin-laravel": "^1.0" }