From bdcb883829400c5e41c8510d4aed7b5964cc7960 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 20 Oct 2024 12:43:28 +0100 Subject: [PATCH] chore: bumps phpunit version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5da6bac4..e6dbb74d 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-mutate": "^3.0.5", - "phpunit/phpunit": "^11.4.1" + "phpunit/phpunit": "^11.4.2" }, "conflict": { "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">11.4.1", + "phpunit/phpunit": ">11.4.2", "sebastian/exporter": "<6.0.0", "webmozart/assert": "<1.11.0" },