From d10e638bab681003f3763a5b329325d9bd07e527 Mon Sep 17 00:00:00 2001 From: mantle-ci Date: Mon, 27 Nov 2023 21:13:57 +0000 Subject: [PATCH] Revert "Support PHPUnit 10" from 0.12.x (#475) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c707523..5049aa7 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "mantle-framework/faker": "^0.12", "mantle-framework/support": "^0.12", "mantle-framework/testing": "^0.12", - "nunomaduro/collision": "^6.0 || ^7.0", - "phpunit/phpunit": "^9.3.3|^10.0.7", - "symfony/http-foundation": "^6.0" + "nunomaduro/collision": "^6.4", + "phpunit/phpunit": "^9.6.10", + "symfony/http-foundation": "^6.0.20" }, "extra": { "wordpress-autoloader": {