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 24b1094 commit e80eda2Copy full SHA for e80eda2
bin/compile
@@ -91,8 +91,7 @@ rm go-pear.phar
91
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
+wget -O /usr/local/bin/composer http://getcomposer.org/composer.phar
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