From 97713c0832c6fed508328e3118318e5bfc5eadbf Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 11 Oct 2024 09:31:16 +0100 Subject: [PATCH] chore: bumps dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 133b6727..9af6b398 100644 --- a/composer.json +++ b/composer.json @@ -18,16 +18,16 @@ ], "require": { "php": "^8.2.0", - "brianium/paratest": "^7.5.6", + "brianium/paratest": "^7.5.7", "nunomaduro/collision": "^8.4.0", "nunomaduro/termwind": "^2.1.0", "pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-mutate": "^3.0.5", - "phpunit/phpunit": "^11.4.0" + "phpunit/phpunit": "^11.4.1" }, "conflict": { - "phpunit/phpunit": ">11.4.0", + "phpunit/phpunit": ">11.4.1", "sebastian/exporter": "<6.0.0", "webmozart/assert": "<1.11.0" },