YunoHost-Apps / Experimental_helpers

6 stars 12 forks source link

Adding additional arguments to composer install #59

Closed yalh76 closed 4 years ago

yalh76 commented 4 years ago

Sometimes, we need additional arguments during composer install like --optimize-autoloader or other stuff.

with that we are able to provide them if requested

yalh76 commented 4 years ago

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