From 75963ea9734bfb5e27ceffe15d8f96779797ff34 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Wed, 29 Jul 2026 14:59:03 -0400 Subject: [PATCH] chore: bumps deps --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a2379b3d..7d9e456b 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ ], "require": { "php": "^8.4", - "brianium/paratest": "^7.23.0", + "brianium/paratest": "^7.23.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.0", "pestphp/pest-plugin-profanity": "^5.0.0", - "phpunit/phpunit": "^13.2.4", + "phpunit/phpunit": "^13.2.6", "symfony/process": "^8.1.0" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">13.2.4", + "phpunit/phpunit": ">13.2.6", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, @@ -58,7 +58,7 @@ ] }, "require-dev": { - "laravel/pao": "^1.1.2", + "laravel/pao": "^1.1.3", "pestphp/pest-dev-tools": "^5.0.0", "pestphp/pest-plugin-browser": "^5.0.0", "pestphp/pest-plugin-phpstan": "^5.0.0",