From ba1f2df40b187ba7ffdfc0bf4c8510cb2c427ea1 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Feb 2023 16:26:11 +0000 Subject: [PATCH] chore: bumps dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 910665fc..c06b401e 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ ], "require": { "php": "^8.1.0", - "nunomaduro/collision": "^7.0.4", + "nunomaduro/collision": "^7.0.5", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.0", - "phpunit/phpunit": "^10.0.8" + "phpunit/phpunit": "^10.0.9" }, "conflict": { "brianium/paratest": "<7.0.6"