From 67fede019f888b463c92a4d15c33b9b3f573a4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:27:50 +0000 Subject: [PATCH] Update symfony/translation requirement from ^7.3 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/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/translation/compare/v7.3.0...v8.0.1) --- updated-dependencies: - dependency-name: symfony/translation dependency-version: 8.0.1 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 8b00dd9..40c9c5e 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpstan/phpstan-phpunit": "^2.0.7", "psy/psysh": "^0.12.10", - "symfony/translation": "^7.3" + "symfony/translation": "^8.0" }, "autoload": { "psr-4": {