diff --git a/scripts/_common.sh b/scripts/_common.sh index 431d2c2..1dcc1ac 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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