From 7a57f9f9b8403b27aef1ad23d3ec4ff609c94137 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 19 Mar 2023 16:45:43 +0000 Subject: [PATCH] chore: incrementally supports PHPUnit patch versions --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6515d1f7..603fc045 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "phpunit/phpunit": "^10.0.16" }, "conflict": { - "webmozart/assert": "<1.11.0" + "webmozart/assert": "<1.11.0", + "phpunit/phpunit": ">10.0.16" }, "version": "2.x-dev", "autoload": {