diff --git a/composer.lock b/composer.lock index c4c8cf9..8bdafe2 100644 --- a/composer.lock +++ b/composer.lock @@ -3405,22 +3405,23 @@ }, { "name": "symfony/serializer", - "version": "v7.3.2", + "version": "v7.3.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "0ed011583fd24899fa003abf77c45d4a901714da" + "reference": "5608b04d8daaf29432d76ecc618b0fac169c2dfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/0ed011583fd24899fa003abf77c45d4a901714da", - "reference": "0ed011583fd24899fa003abf77c45d4a901714da", + "url": "https://api.github.com/repos/symfony/serializer/zipball/5608b04d8daaf29432d76ecc618b0fac169c2dfb", + "reference": "5608b04d8daaf29432d76ecc618b0fac169c2dfb", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php84": "^1.30" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", @@ -3483,7 +3484,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v7.3.2" + "source": "https://github.com/symfony/serializer/tree/v7.3.3" }, "funding": [ { @@ -3503,7 +3504,7 @@ "type": "tidelift" } ], - "time": "2025-07-26T13:07:17+00:00" + "time": "2025-08-27T11:34:33+00:00" }, { "name": "symfony/service-contracts",