We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037858a commit 24b1094Copy full SHA for 24b1094
bin/compile
@@ -92,6 +92,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
92
93
# composer and phpunit
94
wget -O $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
95
+mv composer.phar /usr/local/bin/composer
96
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
97
PHPUNIT_ARCHIVE=phpunit.phar
98
elif [[ $VERSION == 5.6* ]]; then
0 commit comments