From c64c41a4d9b9db5e86a36651445e5ad24ed97199 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Mar 2023 15:52:41 +0000 Subject: [PATCH] chore: requires `"phpunit/phpunit": "^10.0.17"` --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 23d5d96b..bbc508f0 100644 --- a/composer.json +++ b/composer.json @@ -18,16 +18,16 @@ ], "require": { "php": "^8.1.0", - "brianium/paratest": "^7.1.1", + "brianium/paratest": "^7.1.2", "nunomaduro/collision": "^7.2.0", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.0", "pestphp/pest-plugin-arch": "^2.0.1", - "phpunit/phpunit": "^10.0.16" + "phpunit/phpunit": "^10.0.17" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.0.16" + "phpunit/phpunit": ">10.0.17" }, "autoload": { "psr-4": {