From 2ac08d4eab2c9894a4f5654ceb861a7ccfb7d1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:56:23 +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 5c19ae0..d51eb52 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "phpunit/phpunit": "^12.5", "rector/rector": "^1.2", "roave/security-advisories": "dev-latest", - "spatie/phpunit-snapshot-assertions": "^5.3", + "spatie/phpunit-snapshot-assertions": "^5.4", "symplify/easy-coding-standard": "^13.0" } }