From c99325275acf1fd3759b487b93ec50473f706709 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 12 May 2023 09:16:45 +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 f29d0610..6dcf9a05 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin-arch": "^2.1.2", - "phpunit/phpunit": "^10.1.2" + "phpunit/phpunit": "^10.1.3" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.1.2" + "phpunit/phpunit": ">10.1.3" }, "autoload": { "psr-4": { @@ -49,7 +49,7 @@ ] }, "require-dev": { - "pestphp/pest-dev-tools": "^2.8.0", + "pestphp/pest-dev-tools": "^2.9.0", "symfony/process": "^6.2.10" }, "minimum-stability": "stable",