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 ac9d393 commit e872800Copy full SHA for e872800
bin/compile
@@ -88,7 +88,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
88
89
# composer and phpunit
90
curl -fsSL -o bin/composer http://getcomposer.org/composer.phar
91
-if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8.0snapshot ]]; then
+if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
92
PHPUNIT_ARCHIVE=phpunit.phar
93
elif [[ $VERSION == 5.6* ]]; then
94
PHPUNIT_ARCHIVE=phpunit-5.7.phar
0 commit comments