From 43fe26f3242e7ea58b97c6c9201af42ae1933b98 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 4 Aug 2026 19:01:08 +0100 Subject: [PATCH] chore: bumps deps --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7d9e456b..929b6762 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "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-mutate": "^5.0.1", "pestphp/pest-plugin-profanity": "^5.0.0", "phpunit/phpunit": "^13.2.6", "symfony/process": "^8.1.0" @@ -58,12 +58,11 @@ ] }, "require-dev": { - "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", - "pestphp/pest-plugin-rector": "^5.0.0", - "pestphp/pest-plugin-type-coverage": "^5.0.0", + "pestphp/pest-plugin-rector": "^5.0.1", + "pestphp/pest-plugin-type-coverage": "^5.0.2", "psy/psysh": "^0.12.24" }, "minimum-stability": "dev",