From 627092ecfc467d9263c750b966c7b341f7a21874 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Mon, 24 Aug 2026 14:06:57 +0100 Subject: [PATCH] chore: bumps deps --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 360db1b5..c5d5b639 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ ], "require": { "php": "^8.4", - "brianium/paratest": "^7.24.0", + "brianium/paratest": "^7.24.1", "nunomaduro/collision": "^8.9.5", "nunomaduro/termwind": "^2.4.0", "pestphp/pest-plugin": "^5.0.0", "pestphp/pest-plugin-arch": "^5.0.0", "pestphp/pest-plugin-mutate": "^5.0.2", "pestphp/pest-plugin-profanity": "^5.0.0", - "phpunit/phpunit": "^13.3.0", + "phpunit/phpunit": "^13.3.1", "symfony/process": "^8.1.5" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">13.3.0", + "phpunit/phpunit": ">13.3.1", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" },