From 769bf521235066cfb14542b848679e137098a0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:16:23 +0000 Subject: [PATCH] Update symfony/runtime requirement from ^6.4 || ^7.2 to ^8.0.13 Updates the requirements on [symfony/runtime](https://github.com/symfony/runtime) to permit the latest version. - [Release notes](https://github.com/symfony/runtime/releases) - [Changelog](https://github.com/symfony/runtime/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/runtime/commits/v8.0.13) --- updated-dependencies: - dependency-name: symfony/runtime dependency-version: 8.0.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e26882..da6a949 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/debug-bundle": "^6.4 || ^7.2", "symfony/dotenv": "^6.4 || ^7.2", "symfony/intl": "^6.4 || ^7.2", - "symfony/runtime": "^6.4 || ^7.2", + "symfony/runtime": "^8.0.13", "symfony/web-profiler-bundle": "^6.4 || ^7.2" }, "suggest": {