From cb265541f0a51dd62b889ab93d4083b070129b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 01:21:13 +0000 Subject: [PATCH] Build(deps): bump symfony/validator from 7.1.0 to 7.1.1 Bumps [symfony/validator](https://github.com/symfony/validator) from 7.1.0 to 7.1.1. - [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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 0300b31..ba8340c 100644 --- a/composer.lock +++ b/composer.lock @@ -5380,16 +5380,16 @@ }, { "name": "symfony/validator", - "version": "v7.1.0", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "ffcc8c56502f6adaeaf6307aef5b98b53a8d0326" + "reference": "fcab7598968b21c361becc930fcae8846638c4c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/ffcc8c56502f6adaeaf6307aef5b98b53a8d0326", - "reference": "ffcc8c56502f6adaeaf6307aef5b98b53a8d0326", + "url": "https://api.github.com/repos/symfony/validator/zipball/fcab7598968b21c361becc930fcae8846638c4c0", + "reference": "fcab7598968b21c361becc930fcae8846638c4c0", "shasum": "" }, "require": { @@ -5436,7 +5436,8 @@ "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/Resources/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -5456,7 +5457,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v7.1.0" + "source": "https://github.com/symfony/validator/tree/v7.1.1" }, "funding": [ { @@ -5472,7 +5473,7 @@ "type": "tidelift" } ], - "time": "2024-05-21T15:59:31+00:00" + "time": "2024-06-04T05:58:56+00:00" }, { "name": "symfony/var-exporter",