From 42decd878efceeccc4037fc494337bb4059d925a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:45:49 +0000 Subject: [PATCH] Update symfony/string requirement from 6.4.* to 7.0.* Updates the requirements on [symfony/string](https://github.com/symfony/string) to permit the latest version. - [Release notes](https://github.com/symfony/string/releases) - [Changelog](https://github.com/symfony/string/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/string/compare/v6.4.0...v7.0.4) --- updated-dependencies: - dependency-name: symfony/string 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 aab0cbc2..309ef088 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "symfony/runtime": "6.4.*", "symfony/security-bundle": "6.4.*", "symfony/serializer": "6.4.*", - "symfony/string": "6.4.*", + "symfony/string": "7.0.*", "symfony/translation": "6.4.*", "symfony/twig-bundle": "6.4.*", "symfony/validator": "6.4.*",