From bd612f9d3110a8a7ae2159bc1276770aa898b8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:23:57 +0000 Subject: [PATCH] Bump symfony/validator from 5.4.39 to 5.4.40 Bumps [symfony/validator](https://github.com/symfony/validator) from 5.4.39 to 5.4.40. - [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/v5.4.39...v5.4.40) --- 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 d457aa8d..e8eba2ff 100644 --- a/composer.lock +++ b/composer.lock @@ -2038,16 +2038,16 @@ }, { "name": "symfony/validator", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8a2f9f786ae44dd22dd1bbc624767c4e9118e1fc" + "reference": "d536c47c62c7739f9956727d6e5d94983ed77cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8a2f9f786ae44dd22dd1bbc624767c4e9118e1fc", - "reference": "8a2f9f786ae44dd22dd1bbc624767c4e9118e1fc", + "url": "https://api.github.com/repos/symfony/validator/zipball/d536c47c62c7739f9956727d6e5d94983ed77cdb", + "reference": "d536c47c62c7739f9956727d6e5d94983ed77cdb", "shasum": "" }, "require": { @@ -2110,7 +2110,8 @@ "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/Resources/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2130,7 +2131,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.4.39" + "source": "https://github.com/symfony/validator/tree/v5.4.40" }, "funding": [ { @@ -2146,7 +2147,7 @@ "type": "tidelift" } ], - "time": "2024-04-27T09:31:10+00:00" + "time": "2024-06-01T06:14:22+00:00" }, { "name": "symfony/var-dumper",