From 3fa73e40cc403299755b1067b754085b28106834 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 15 Jun 2024 15:23:05 +0100 Subject: [PATCH] Bumps dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 91987fa8..da68f438 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": "^8.2.0", - "brianium/paratest": "^7.4.5", + "brianium/paratest": "^7.5.0", "nunomaduro/collision": "^8.1.1", "nunomaduro/termwind": "^2.0.1", "pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0", - "phpunit/phpunit": "^11.2.1" + "phpunit/phpunit": "^11.2.2" }, "conflict": { "sebastian/exporter": "<6.0.0",