From 2c2aeee6c26fbe9c20ad21883c4ddc6fa4d5dd45 Mon Sep 17 00:00:00 2001 From: Syed Sirajul Islam Anik Date: Sun, 17 Mar 2024 22:34:38 +0600 Subject: [PATCH] Updated orchestra/testbench for L11 and removed old versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 672f88a..4b83038 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "illuminate/support": "^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0", - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0" + "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^8.0|^9.0" }, "autoload": { "psr-4": {