diff --git a/configurator/composer.json b/configurator/composer.json index 3bbb095bc..068462d03 100644 --- a/configurator/composer.json +++ b/configurator/composer.json @@ -13,7 +13,7 @@ "symfony/flex": "^2", "symfony/framework-bundle": "6.3.*", "symfony/http-client": "6.3.*", - "symfony/runtime": "6.3.*", + "symfony/runtime": "6.4.*", "symfony/yaml": "6.3.*" }, "require-dev": { diff --git a/configurator/composer.lock b/configurator/composer.lock index b522bb9ba..3ef8be301 100644 --- a/configurator/composer.lock +++ b/configurator/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": "ac1b94f4b4224876d47c017b4293e88b", + "content-hash": "b84fcc8b4c95ddd9a8dc311596b9c8f5", "packages": [ { "name": "doctrine/cache", @@ -2816,16 +2816,16 @@ }, { "name": "symfony/runtime", - "version": "v6.3.12", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", - "reference": "a8d2b8f6033a33c224b43065a10bab5e4f0be486" + "reference": "4facd4174f45cd37c65860403412b67c7381136a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/a8d2b8f6033a33c224b43065a10bab5e4f0be486", - "reference": "a8d2b8f6033a33c224b43065a10bab5e4f0be486", + "url": "https://api.github.com/repos/symfony/runtime/zipball/4facd4174f45cd37c65860403412b67c7381136a", + "reference": "4facd4174f45cd37c65860403412b67c7381136a", "shasum": "" }, "require": { @@ -2837,10 +2837,10 @@ }, "require-dev": { "composer/composer": "^1.0.2|^2.0", - "symfony/console": "^5.4.9|^6.0.9", - "symfony/dotenv": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0" + "symfony/console": "^5.4.9|^6.0.9|^7.0", + "symfony/dotenv": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0" }, "type": "composer-plugin", "extra": { @@ -2875,7 +2875,7 @@ "runtime" ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.3.12" + "source": "https://github.com/symfony/runtime/tree/v6.4.14" }, "funding": [ { @@ -2891,7 +2891,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:35:58+00:00" + "time": "2024-11-05T16:39:55+00:00" }, { "name": "symfony/service-contracts", @@ -3869,10 +3869,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=8.2", + "php": ">=8.3", "ext-ctype": "*", "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }