From 0b96b8f630a828011a1e5f5ae59159effdacd11d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 6 Aug 2025 13:17:17 +0100 Subject: [PATCH] Allows old version of phpunit for now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55b02355..2c7e1684 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.0", "pestphp/pest-plugin-profanity": "^4.0.0", - "phpunit/phpunit": "^12.3.0", + "phpunit/phpunit": "^12.2.0", "symfony/process": "^7.3.0" }, "conflict": {