From 3db264b7355c4a49c3875b1cf8353627a8922f41 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Mon, 10 Jun 2024 13:32:17 +0200 Subject: [PATCH] fix dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc55ed8..8b8758b 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "laravel/pint": "^1.0", "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", "phpunit/phpunit": "^9.3 || ^10.0", - "spatie/phpunit-snapshot-assertions": "^5.1" + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "prefer-stable": true, "autoload": {