Skip to content

Commit e80eda2

Browse files
committed
php8
1 parent 24b1094 commit e80eda2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/compile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ rm go-pear.phar
9191
ln -sv ../sbin/php-fpm bin/php-fpm
9292

9393
# composer and phpunit
94-
wget -O $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
95-
mv composer.phar /usr/local/bin/composer
94+
wget -O /usr/local/bin/composer http://getcomposer.org/composer.phar
9695
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
9796
PHPUNIT_ARCHIVE=phpunit.phar
9897
elif [[ $VERSION == 5.6* ]]; then

0 commit comments

Comments
 (0)