mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] helpers: composer not explaining why the hell it can't install shit
This commit is contained in:
parent
d82f14a4f9
commit
4ebcaf8d7e
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ ynh_composer_exec() {
|
||||||
|
|
||||||
COMPOSER_HOME="$workdir/.composer" COMPOSER_MEMORY_LIMIT=-1 \
|
COMPOSER_HOME="$workdir/.composer" COMPOSER_MEMORY_LIMIT=-1 \
|
||||||
php${phpversion} "$workdir/composer.phar" $commands \
|
php${phpversion} "$workdir/composer.phar" $commands \
|
||||||
-d "$workdir" --quiet --no-interaction
|
-d "$workdir" --no-interaction --no-ansi 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install and initialize Composer in the given directory
|
# Install and initialize Composer in the given directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue