From b1545f270fcbc9e83ca4fa10e9b854f92d188a3c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 4 Feb 2023 11:58:02 +0000 Subject: [PATCH] chore: updates dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 63df5813..ef3fa750 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "nunomaduro/collision": "^7.0.0", "nunomaduro/termwind": "^1.15.0", "pestphp/pest-plugin": "^2.0.0", - "phpunit/phpunit": "^10.0.0" + "phpunit/phpunit": "^10.0.2" }, "version": "2.x-dev", "autoload": { @@ -43,7 +43,7 @@ ] }, "require-dev": { - "pestphp/pest-dev-tools": "^2.2.0", + "pestphp/pest-dev-tools": "^2.3.0", "pestphp/pest-plugin-arch": "^2.0.0", "symfony/process": "^6.2.5" },