1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
This commit is contained in:
JimboJoe 2018-01-07 10:05:38 +01:00 committed by GitHub
parent 09ad01673c
commit 29e57125b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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