From 86f08afd090e1cc4d6e59cfe28659224b01d547a Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 7 Jan 2023 00:08:20 +0100 Subject: [PATCH] Fix public folder for Symfony 4+ This is a temporary fix while waiting for migration to Flex See https://symfony.com/doc/current/setup/flex.html#flex-customize-paths Signed-off-by: Kevin Decherf --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e225b525..e58b820d1 100644 --- a/composer.json +++ b/composer.json @@ -161,7 +161,8 @@ "extra": { "incenteev-parameters": { "file": "app/config/parameters.yml" - } + }, + "public-dir": "web" }, "autoload": { "psr-4": {