From c3a4fdcc4daaab11b37aa3387bbde6fe2c774071 Mon Sep 17 00:00:00 2001 From: Suraj Datheputhe <3165404-surajdatheputhe@users.noreply.gitlab.com> Date: Fri, 10 Jan 2025 17:18:39 +0545 Subject: [PATCH] Fixed: PHP Unit 8.1 compatible issue --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 151d728..413c80e 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "require-dev": { "phpstan/phpstan": "^1.12", - "phpunit/phpunit": "^11.0.9", - "orchestra/testbench": "^9.0.0", + "phpunit/phpunit": "^10.5", + "orchestra/testbench": "^8.26", "squizlabs/php_codesniffer": "^3.10" }, "autoload": {