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 bf63060 commit 0566193Copy full SHA for 0566193
bin/compile
@@ -91,7 +91,7 @@ rm go-pear.phar
91
ln -sv ../sbin/php-fpm bin/php-fpm
92
93
# composer and phpunit
94
-curl -fsSL -o $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
+wget -O $INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar
95
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
96
PHPUNIT_ARCHIVE=phpunit.phar
97
elif [[ $VERSION == 5.6* ]]; then
0 commit comments