diff --git a/composer.json b/composer.json index db92b18..a369a43 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phpstan/phpdoc-parser": "^1.29", "runtime/frankenphp-symfony": "^0.2.0", "symfony/asset": "7.1.*", - "symfony/console": "7.0.*", + "symfony/console": "7.1.*", "symfony/debug-bundle": "7.1.*", "symfony/dotenv": "7.1.*", "symfony/expression-language": "7.1.*", @@ -29,7 +29,7 @@ "symfony/property-info": "7.1.*", "symfony/runtime": "7.1.*", "symfony/security-bundle": "7.1.*", - "symfony/serializer": "7.0.*", + "symfony/serializer": "7.1.*", "symfony/twig-bundle": "7.1.*", "symfony/validator": "7.1.*", "symfony/yaml": "7.1.*" diff --git a/composer.lock b/composer.lock index 72e6f99..7fcad2a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b9285e534b16086133c784cbf5597790", + "content-hash": "c60098189746b8c1bb3442934920892c", "packages": [ { "name": "api-platform/core", - "version": "v3.3.7", + "version": "v3.3.8", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "6daec826cf2a26fa6455a0a137c027c71b126f15" + "reference": "0792141f3fda46babc59c73893491d8f0e5e1105" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/6daec826cf2a26fa6455a0a137c027c71b126f15", - "reference": "6daec826cf2a26fa6455a0a137c027c71b126f15", + "url": "https://api.github.com/repos/api-platform/core/zipball/0792141f3fda46babc59c73893491d8f0e5e1105", + "reference": "0792141f3fda46babc59c73893491d8f0e5e1105", "shasum": "" }, "require": { @@ -190,9 +190,9 @@ ], "support": { "issues": "https://github.com/api-platform/core/issues", - "source": "https://github.com/api-platform/core/tree/v3.3.7" + "source": "https://github.com/api-platform/core/tree/v3.3.8" }, - "time": "2024-06-28T09:35:57+00:00" + "time": "2024-07-11T14:15:03+00:00" }, { "name": "doctrine/cache", @@ -2252,16 +2252,16 @@ }, { "name": "symfony/console", - "version": "v7.0.9", + "version": "v7.1.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6de397ca4006cac6d78f717afffa43fdab1343a5" + "reference": "0aa29ca177f432ab68533432db0de059f39c92ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6de397ca4006cac6d78f717afffa43fdab1343a5", - "reference": "6de397ca4006cac6d78f717afffa43fdab1343a5", + "url": "https://api.github.com/repos/symfony/console/zipball/0aa29ca177f432ab68533432db0de059f39c92ae", + "reference": "0aa29ca177f432ab68533432db0de059f39c92ae", "shasum": "" }, "require": { @@ -2325,7 +2325,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.0.9" + "source": "https://github.com/symfony/console/tree/v7.1.2" }, "funding": [ { @@ -2341,7 +2341,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T09:58:46+00:00" + "time": "2024-06-28T10:03:55+00:00" }, { "name": "symfony/debug-bundle", @@ -4715,20 +4715,21 @@ }, { "name": "symfony/serializer", - "version": "v7.0.9", + "version": "v7.1.2", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "37845789fc285ea5fd84da14180933aa386fd487" + "reference": "d2077674aaaff02a95f290de512aa358947e6bbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/37845789fc285ea5fd84da14180933aa386fd487", - "reference": "37845789fc285ea5fd84da14180933aa386fd487", + "url": "https://api.github.com/repos/symfony/serializer/zipball/d2077674aaaff02a95f290de512aa358947e6bbe", + "reference": "d2077674aaaff02a95f290de512aa358947e6bbe", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { @@ -4758,6 +4759,7 @@ "symfony/property-access": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0", "symfony/translation-contracts": "^2.5|^3", + "symfony/type-info": "^7.1", "symfony/uid": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0", @@ -4790,7 +4792,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.0.9" + "source": "https://github.com/symfony/serializer/tree/v7.1.2" }, "funding": [ { @@ -4806,7 +4808,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T07:59:17+00:00" + "time": "2024-06-28T07:42:43+00:00" }, { "name": "symfony/service-contracts",