From 84bf997c1c19d938c50d00871f002facb8f5e81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:25:34 +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 e2565c5..b76cb4a 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,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": {