mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Typo
This commit is contained in:
parent
09ad01673c
commit
29e57125b4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ init_composer() {
|
|||
php -- --quiet --install-dir="$destdir" \
|
||||
|| ynh_die "Unable to install Composer"
|
||||
|
||||
# Force the dependance to php 5.6
|
||||
# Force the dependence to PHP 5.6
|
||||
exec_composer "$destdir" config -g platform.php 5.6
|
||||
exec_composer "$destdir" update --no-dev
|
||||
# update dependencies to create composer.lock
|
||||
|
|
Loading…
Reference in a new issue