hello,
is there a way to use native symfony configuration in composer.json
„extra“: {
„public-dir“: „public_html“
}
also getProjectDir()
instead of hardcoded value public in:
/public/recovery/install/src/ContainerProvider.php
and also in:
public/recovery/common/requirements.php
in my server it is public_html not public, and it will be nice to change this value only in one composer.json file