From 65cabf91b144e1f5832c1682770c12878c5f7f98 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 10 Sep 2025 14:40:52 +0100 Subject: [PATCH] chore: bumps dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index fe5d50ab..e05e0d29 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ ], "require": { "php": "^8.3.0", - "brianium/paratest": "^7.11.2", + "brianium/paratest": "^7.12.0", "nunomaduro/collision": "^8.8.2", "nunomaduro/termwind": "^2.3.1", "pestphp/pest-plugin": "^4.0.0", "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.1", - "pestphp/pest-plugin-profanity": "^4.0.1", - "phpunit/phpunit": "^12.3.7", - "symfony/process": "^7.3.0" + "pestphp/pest-plugin-profanity": "^4.1.0", + "phpunit/phpunit": "^12.3.8", + "symfony/process": "^7.3.3" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.3.7", + "phpunit/phpunit": ">12.3.8", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, @@ -56,7 +56,7 @@ }, "require-dev": { "pestphp/pest-dev-tools": "^4.0.0", - "pestphp/pest-plugin-browser": "^4.0.2", + "pestphp/pest-plugin-browser": "^4.1.0", "pestphp/pest-plugin-type-coverage": "^4.0.2", "psy/psysh": "^0.12.10" },