From 29e57125b402569bb3a644c53365ac48035881e8 Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Sun, 7 Jan 2018 10:05:38 +0100 Subject: [PATCH] Typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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