From 51ba51d30ee50d38457972925d7e7d3dff3a7285 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:01:26 +0000 Subject: [PATCH 1/2] Initial plan From d4fe1897317998a1f42cd8e9324fa63058fafdd8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:02:53 +0000 Subject: [PATCH 2/2] Update PHPUnit constraint to include ^7.5 and ^8.5 for PHP 7.1/7.2 compatibility Co-authored-by: JayBizzle <340752+JayBizzle@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2891e4..7398d28 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4" + "phpunit/phpunit": "^4.8|^5.5|^6.5|^7.5|^8.5|^9.4" }, "autoload": { "psr-4": {