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 <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2023-01-07 00:08:20 +01:00
parent 14ec466521
commit 86f08afd09

View file

@ -161,7 +161,8 @@
"extra": {
"incenteev-parameters": {
"file": "app/config/parameters.yml"
}
},
"public-dir": "web"
},
"autoload": {
"psr-4": {