From 6bcb36b0a6dacf68a3af7a67347eaeb363dac904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:39:54 +0000 Subject: [PATCH] build(deps): update symfony/translation requirement from ^7.0 to ^8.0 Updates the requirements on [symfony/translation](https://github.com/symfony/translation) to permit the latest version. - [Release notes](https://github.com/symfony/translation/releases) - [Changelog](https://github.com/symfony/translation/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/translation/compare/v7.0.0...v8.0.10) --- updated-dependencies: - dependency-name: symfony/translation dependency-version: 8.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8c958480..9624c0912 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "symfony/finder": "^7.0", "symfony/framework-bundle": "^7.0", "symfony/polyfill-ctype": "^1.8", - "symfony/translation": "^7.0", + "symfony/translation": "^8.0", "symfony/var-dumper": "^7.0", "thenetworg/oauth2-azure": "^2.0", "voku/stringy": "^6.0.0",