diff --git a/composer.json b/composer.json index 9f89a9c..b46f4ee 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "symfony/flex": "^2", "symfony/framework-bundle": "6.1.*", "symfony/notifier": "6.1.*", - "symfony/runtime": "6.1.*", + "symfony/runtime": "6.4.*", "symfony/twilio-notifier": "6.1.*", "symfony/yaml": "6.1.*" }, diff --git a/composer.lock b/composer.lock index 18537aa..0c55314 100644 --- a/composer.lock +++ b/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": "7a2a7818fc9e172687b55914f4b23049", + "content-hash": "f2d4aebac7227234a73440df912f30a7", "packages": [ { "name": "psr/cache", @@ -2123,16 +2123,16 @@ }, { "name": "symfony/runtime", - "version": "v6.1.1", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", - "reference": "7be7f6e7546b2a680fd4a604ea27985eef3b0ef9" + "reference": "4facd4174f45cd37c65860403412b67c7381136a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/7be7f6e7546b2a680fd4a604ea27985eef3b0ef9", - "reference": "7be7f6e7546b2a680fd4a604ea27985eef3b0ef9", + "url": "https://api.github.com/repos/symfony/runtime/zipball/4facd4174f45cd37c65860403412b67c7381136a", + "reference": "4facd4174f45cd37c65860403412b67c7381136a", "shasum": "" }, "require": { @@ -2144,10 +2144,10 @@ }, "require-dev": { "composer/composer": "^1.0.2|^2.0", - "symfony/console": "^5.4|^6.0", - "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": { @@ -2178,8 +2178,11 @@ ], "description": "Enables decoupling PHP applications from global state", "homepage": "https://symfony.com", + "keywords": [ + "runtime" + ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.1.1" + "source": "https://github.com/symfony/runtime/tree/v6.4.14" }, "funding": [ { @@ -2195,7 +2198,7 @@ "type": "tidelift" } ], - "time": "2022-06-02T11:43:19+00:00" + "time": "2024-11-05T16:39:55+00:00" }, { "name": "symfony/service-contracts", @@ -2683,5 +2686,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }