From fa081afd29271a8f0338be2682016d95ec74d2a5 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Sun, 7 Jan 2024 16:01:51 +0100 Subject: [PATCH] Use at least version 5.1.1 of snapshot assertions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ec3365f..1b0d7d0 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require-dev": { - "spatie/phpunit-snapshot-assertions": "^5.1", + "spatie/phpunit-snapshot-assertions": "^5.1.1", "phpunit/phpunit": "^10.5", "spatie/pixelmatch-php": "^1.0" }