From 0cc09380bc8e3e11b845c199aa67f052a4b197d4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 5 Dec 2023 19:06:03 +0000 Subject: [PATCH] chore: bumps dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e82c4cf2..6b2fe779 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "nunomaduro/collision": "^7.10.0|^8.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", - "pestphp/pest-plugin-arch": "^2.4.1", - "phpunit/phpunit": "^10.5.1" + "pestphp/pest-plugin-arch": "^2.5.0", + "phpunit/phpunit": "^10.5.2" }, "conflict": { - "phpunit/phpunit": ">10.5.1", + "phpunit/phpunit": ">10.5.2", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" },