From d9659b7858f73516dc1ff1458e24500da601d592 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 31 May 2024 21:52:15 +0200 Subject: [PATCH] Fix autoload configs to avoid warnings when building optimized autoloaders --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5cc9b399..19a27b33 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,8 @@ "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/Resources/bin/" ] }, "minimum-stability": "dev"