Skip to content

Commit 0566193

Browse files
committed
Adding PHP 8.3
1 parent bf63060 commit 0566193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

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

9393
# composer and phpunit
94-
curl -fsSL -o $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
94+
wget -O $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
9595
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
9696
PHPUNIT_ARCHIVE=phpunit.phar
9797
elif [[ $VERSION == 5.6* ]]; then

0 commit comments

Comments
 (0)