From 3e0300e1f372aee3c27149faa41fb36b8862095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:32:48 +0200 Subject: [PATCH] Bump symfony/runtime from 6.3.2 to 6.4.7 (#176) Bumps [symfony/runtime](https://github.com/symfony/runtime) from 6.3.2 to 6.4.7. - [Release notes](https://github.com/symfony/runtime/releases) - [Changelog](https://github.com/symfony/runtime/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/runtime/compare/v6.3.2...v6.4.7) --- updated-dependencies: - dependency-name: symfony/runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 608e2d8..bf10ac9 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "symfony/process": "6.3.*", "symfony/property-access": "6.4.*", "symfony/property-info": "6.3.*", - "symfony/runtime": "6.3.*", + "symfony/runtime": "6.4.*", "symfony/security-bundle": "6.3.*", "symfony/serializer": "6.4.*", "symfony/string": "6.4.*", diff --git a/composer.lock b/composer.lock index 57ba3bb..7f787fa 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": "3c84ce4f6c06d05d614daac920b0ee29", + "content-hash": "7f03b2a99ee443049ad3dd5a9d108453", "packages": [ { "name": "brick/math", @@ -6645,16 +6645,16 @@ }, { "name": "symfony/runtime", - "version": "v6.3.2", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", - "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f" + "reference": "20c90eb66bbf82fdb3ef74f2ea4ecf08518cbb5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/d5c09493647a0c1a16e6c8da308098e840d1164f", - "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f", + "url": "https://api.github.com/repos/symfony/runtime/zipball/20c90eb66bbf82fdb3ef74f2ea4ecf08518cbb5e", + "reference": "20c90eb66bbf82fdb3ef74f2ea4ecf08518cbb5e", "shasum": "" }, "require": { @@ -6666,10 +6666,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": { @@ -6704,7 +6704,7 @@ "runtime" ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.3.2" + "source": "https://github.com/symfony/runtime/tree/v6.4.7" }, "funding": [ { @@ -6720,7 +6720,7 @@ "type": "tidelift" } ], - "time": "2023-07-16T17:05:46+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/security-bundle",