diff --git a/user-registration-refactoring-kata/composer.json b/user-registration-refactoring-kata/composer.json index 25a1356..d31295d 100644 --- a/user-registration-refactoring-kata/composer.json +++ b/user-registration-refactoring-kata/composer.json @@ -13,7 +13,7 @@ "symfony/dotenv": "6.0.*", "symfony/flex": "^2", "symfony/framework-bundle": "6.0.*", - "symfony/runtime": "6.0.*", + "symfony/runtime": "6.4.*", "symfony/yaml": "6.0.*" }, "require-dev": { diff --git a/user-registration-refactoring-kata/composer.lock b/user-registration-refactoring-kata/composer.lock index 8224d1f..db78a04 100644 --- a/user-registration-refactoring-kata/composer.lock +++ b/user-registration-refactoring-kata/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": "53a7caba2d695adc8f8ef1f460acc273", + "content-hash": "29071b11f3846153448432617224fc6b", "packages": [ { "name": "doctrine/annotations", @@ -2213,31 +2213,31 @@ }, { "name": "symfony/runtime", - "version": "v6.0.19", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", - "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd" + "reference": "4facd4174f45cd37c65860403412b67c7381136a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", - "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", + "url": "https://api.github.com/repos/symfony/runtime/zipball/4facd4174f45cd37c65860403412b67c7381136a", + "reference": "4facd4174f45cd37c65860403412b67c7381136a", "shasum": "" }, "require": { "composer-plugin-api": "^1.0|^2.0", - "php": ">=8.0.2" + "php": ">=8.1" }, "conflict": { "symfony/dotenv": "<5.4" }, "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": { @@ -2268,8 +2268,11 @@ ], "description": "Enables decoupling PHP applications from global state", "homepage": "https://symfony.com", + "keywords": [ + "runtime" + ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.0.19" + "source": "https://github.com/symfony/runtime/tree/v6.4.14" }, "funding": [ { @@ -2285,7 +2288,7 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:44:14+00:00" + "time": "2024-11-05T16:39:55+00:00" }, { "name": "symfony/service-contracts", @@ -4739,5 +4742,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }