Skip to content

Commit 24b1094

Browse files
committed
php8
1 parent 037858a commit 24b1094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
9292

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

0 commit comments

Comments
 (0)