From 7df923c669144576c777335cd74a4f087b1a016e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 22 Sep 2021 12:28:35 +0200 Subject: [PATCH] fix vendor dir in composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a2aa29a5a..747747290 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ "symfony/web-profiler-bundle": "^5.0" }, "config": { - "bin-dir": "bin" + "bin-dir": "bin", + "vendor-dir": "tests/app/vendor" }, "autoload": { "psr-4": {