From d5f6957c0cfd8e9e7fdfa7f7038c2f6d2b63e719 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 7 Dec 2023 09:57:04 -0500 Subject: [PATCH] Bump spatie/phpunit-snapshot-assertions in the testing package --- src/mantle/testing/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mantle/testing/composer.json b/src/mantle/testing/composer.json index c7d22e73..94883333 100644 --- a/src/mantle/testing/composer.json +++ b/src/mantle/testing/composer.json @@ -13,7 +13,7 @@ "mantle-framework/http-client": "^1.0", "mantle-framework/support": "^1.0", "nunomaduro/termwind": "^1.15.1", - "spatie/phpunit-snapshot-assertions": "^4.2" + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "extra": { "wordpress-autoloader": { @@ -32,6 +32,7 @@ "suggest": { "nunomaduro/collision": "For better PHPUnit printing.", "mantle-framework/console": "Required to assert console commands.", + "mantle-framework/testkit": "For running tests against a WordPress install without Mantle", "phpunit/phpunit": "Required to use assertions and run tests." }, "config": {