From fc4c76dd1862d55ce016307dcda7541dcc01a98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 15 Mar 2024 16:00:54 +0100 Subject: [PATCH] Avoid falling back on autoload rule more than necessary That rule is meant for fixtures and fixtures alone. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9c4f7ed3..7dfce1cf 100644 --- a/composer.json +++ b/composer.json @@ -86,8 +86,8 @@ }, "autoload-dev": { "psr-4": { - "": "tests/DependencyInjection", - "Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests" + "Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests", + "Fixtures\\": "tests/DependencyInjection/Fixtures" } }, "config": {