From f09dd84e802bac2603c537d13824e9551bbb4d03 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Wed, 19 Feb 2025 01:21:58 +0800 Subject: [PATCH] Allow phpunit 11 and 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3534d9f..14add8d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^11.2" + "phpunit/phpunit": "^11.5 || ^12.0" }, "replace": { "nexusphp/clock": "self.version",