File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ log_debug "Installing PHP composer dependencies from mission-portal repository..
147147 if test -f " $BASEDIR " /mission-portal/composer.json; then
148148 cd " $BASEDIR " /mission-portal
149149 # install PHP dependencies from composer
150- run_and_print_on_failure php /usr/bin/composer.phar install --no-dev
150+ run_and_print_on_failure php /usr/bin/composer install --no-dev
151151 fi
152152)
153153
@@ -156,7 +156,7 @@ log_debug "Installing PHP composer dependencies from nova repository..."
156156 if test -f " $BASEDIR " /nova/api/http/composer.json; then
157157 cd " $BASEDIR " /nova/api/http
158158 # install PHP dependencies from composer
159- run_and_print_on_failure php /usr/bin/composer.phar install --no-dev --ignore-platform-reqs
159+ run_and_print_on_failure php /usr/bin/composer install --no-dev --ignore-platform-reqs
160160 fi
161161)
162162
@@ -173,6 +173,6 @@ log_debug "Installing LDAP API PHP composer dependencies..."
173173 if test -f " $BASEDIR " /mission-portal/ldap/composer.json; then
174174 cd " $BASEDIR " /mission-portal/ldap
175175 # install PHP dependencies from composer
176- run_and_print_on_failure php /usr/bin/composer.phar install --no-dev
176+ run_and_print_on_failure php /usr/bin/composer install --no-dev
177177 fi
178178)
You can’t perform that action at this time.
0 commit comments