From 81d612cf7891bca44ab35c3f0f0c9d45e48a4f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 12:49:32 +0000 Subject: [PATCH] composer(deps-dev): update spatie/phpunit-snapshot-assertions requirement Updates the requirements on [spatie/phpunit-snapshot-assertions](https://github.com/spatie/phpunit-snapshot-assertions) to permit the latest version. - [Release notes](https://github.com/spatie/phpunit-snapshot-assertions/releases) - [Changelog](https://github.com/spatie/phpunit-snapshot-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/phpunit-snapshot-assertions/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: spatie/phpunit-snapshot-assertions dependency-version: 5.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1795e64..8b1a4af 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "phpunit/phpunit": "^12.5", "rector/rector": "^2.4", "roave/security-advisories": "dev-latest", - "spatie/phpunit-snapshot-assertions": "^5.3", + "spatie/phpunit-snapshot-assertions": "^5.4", "symplify/easy-coding-standard": "^13.0" } }