From 8add9569eba7ea3a3a9cdd830d8f5a78fd9daac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:59:13 +0000 Subject: [PATCH] chore(deps): update symfony/validator requirement from ^6.1 to ^7.1 Updates the requirements on [symfony/validator](https://github.com/symfony/validator) to permit the latest version. - [Release notes](https://github.com/symfony/validator/releases) - [Changelog](https://github.com/symfony/validator/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/validator/compare/v6.1.0...v7.1.3) --- updated-dependencies: - dependency-name: symfony/validator 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 eb4470dc3..2b451dcf7 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "symfony/ux-autocomplete": "^2.17", "symfony/ux-live-component": "^2.17", "symfony/ux-twig-component": "^2.13", - "symfony/validator": "^6.1", + "symfony/validator": "^7.1", "tinymce/tinymce": "7.2", "twig/extra-bundle": "^3.0", "twig/intl-extra": "^3.3",