File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777if test -f " $BASEDIR /mission-portal/composer.json" ; then
7878 cd $BASEDIR /mission-portal
7979 # install PHP dependencies from composer
80- php /usr/bin/composer.phar install --no-dev
80+ php /usr/bin/composer install --no-dev
8181fi
8282)
8383
8484(
8585if test -f " $BASEDIR /nova/api/http/composer.json" ; then
8686 cd $BASEDIR /nova/api/http
8787 # install PHP dependencies from composer
88- php /usr/bin/composer.phar install --no-dev --ignore-platform-reqs
88+ php /usr/bin/composer install --no-dev --ignore-platform-reqs
8989fi
9090)
9191
100100if test -f " $BASEDIR /mission-portal/ldap/composer.json" ; then
101101 cd $BASEDIR /mission-portal/ldap
102102 # install PHP dependencies from composer
103- php /usr/bin/composer.phar install --no-dev
103+ php /usr/bin/composer install --no-dev
104104fi
105105)
106106
You can’t perform that action at this time.
0 commit comments