From a343ba4a2958b51982452d2b668fb1dedfbd2238 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 10 Oct 2023 15:57:07 +0100 Subject: [PATCH] chore: adds PHPUnit 10.4.1 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b5b3dae97..a54013ed2 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "nunomaduro/collision": "^7.9.0|^8.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", - "pestphp/pest-plugin-arch": "^2.3.3", - "phpunit/phpunit": "^10.4.0" + "pestphp/pest-plugin-arch": "^2.4.0", + "phpunit/phpunit": "^10.4.1" }, "conflict": { - "phpunit/phpunit": ">10.4.0", + "phpunit/phpunit": ">10.4.1", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" },