install: proberen om ynh_composer_version mee te geven, zie https://forum.yunohost.org/t/new-experimental-2-1-helpers/30114
This commit is contained in:
parent
75a7305ce0
commit
6504a34186
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ ynh_script_progression "Installing app with Composer..."
|
|||
|
||||
# ynh_composer_update bestaat niet, proberen met enkel install..
|
||||
#ynh_composer_update
|
||||
|
||||
ynh_composer_version = "2.2.0"
|
||||
echo $ynh_composer_version
|
||||
ynh_composer_exec update
|
||||
ynh_composer_install
|
||||
ynh_composer_exec install --no-dev
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue