From a7d2c1147ea4bc5da5ee4afae3e0d0ce32cb5849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:41:58 +0000 Subject: [PATCH] Update spatie/phpunit-snapshot-assertions requirement || ^5.0 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/4.2.0...5.1.3) --- updated-dependencies: - dependency-name: spatie/phpunit-snapshot-assertions 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 10bceaf..966dd86 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.5|^10.0", - "spatie/phpunit-snapshot-assertions": "^4.2" + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.0" }, "autoload": { "psr-4": {