From 0505b82d5937c04a9bcd2cca028b0d0140e5e4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:39:46 +0000 Subject: [PATCH] build(deps): update symfony/translation requirement from ^7.0 to ^8.1 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/translation/compare/v7.0.0...v8.1.1) --- updated-dependencies: - dependency-name: symfony/translation dependency-version: 8.1.1 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 c3a6a08d7..ea640e357 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "symfony/finder": "^7.0", "symfony/framework-bundle": "^7.0", "symfony/polyfill-ctype": "^1.8", - "symfony/translation": "^7.0", + "symfony/translation": "^8.1", "symfony/var-dumper": "^7.0", "thenetworg/oauth2-azure": "^2.0", "voku/stringy": "^6.0.0",