diff --git a/api/composer.json b/api/composer.json index 060cac689b..a47c4e6654 100644 --- a/api/composer.json +++ b/api/composer.json @@ -55,7 +55,7 @@ "phpstan/phpstan": "1.10.56", "phpunit/phpunit": "10.5.9", "rector/rector": "0.19.5", - "spatie/phpunit-snapshot-assertions": "5.1.3", + "spatie/phpunit-snapshot-assertions": "5.1.4", "symfony/browser-kit": "7.0.3", "symfony/css-selector": "7.0.3", "symfony/debug-bundle": "7.0.3", diff --git a/api/composer.lock b/api/composer.lock index 6763c5eeed..7f244a7ad5 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "61c85414ed4cf95ad395897aae9faf3e", + "content-hash": "a9743b15a6660a5c444fbbf7d1aac075", "packages": [ { "name": "api-platform/core", @@ -13218,16 +13218,16 @@ }, { "name": "spatie/phpunit-snapshot-assertions", - "version": "5.1.3", + "version": "5.1.4", "source": { "type": "git", "url": "https://github.com/spatie/phpunit-snapshot-assertions.git", - "reference": "f97b95081da09a240bace95758ef4f6ac08f1457" + "reference": "7e6960cb33fe2d67411bf288aff384984577cac4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/f97b95081da09a240bace95758ef4f6ac08f1457", - "reference": "f97b95081da09a240bace95758ef4f6ac08f1457", + "url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/7e6960cb33fe2d67411bf288aff384984577cac4", + "reference": "7e6960cb33fe2d67411bf288aff384984577cac4", "shasum": "" }, "require": { @@ -13236,7 +13236,7 @@ "ext-json": "*", "ext-libxml": "*", "php": "^8.1", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0|^11.0", "symfony/property-access": "^5.2|^6.2|^7.0", "symfony/serializer": "^5.2|^6.2|^7.0", "symfony/yaml": "^5.2|^6.2|^7.0" @@ -13283,7 +13283,7 @@ ], "support": { "issues": "https://github.com/spatie/phpunit-snapshot-assertions/issues", - "source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/5.1.3" + "source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/5.1.4" }, "funding": [ { @@ -13291,7 +13291,7 @@ "type": "custom" } ], - "time": "2023-11-29T22:07:37+00:00" + "time": "2024-02-03T09:55:12+00:00" }, { "name": "symfony/browser-kit",