Closed yalh76 closed 4 years ago
Sometimes, we need additional arguments during composer install like --optimize-autoloader or other stuff.
composer install
--optimize-autoloader
with that we are able to provide them if requested
PS: I'm not sure if it's the good way to implement it... It's more copy/pasta/invent
But tested and working on https://github.com/YunoHost-Apps/kimai2_ynh/pull/24
Sometimes, we need additional arguments during
composer install
like--optimize-autoloader
or other stuff.with that we are able to provide them if requested