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 d33c19c commit f5482d2Copy full SHA for f5482d2
Dockerfile
@@ -28,6 +28,7 @@ RUN git clone https://github.com/nikic/php-ast.git \
28
&& echo "extension=ast.so" > /etc/php/${PHPVERSION}/cli/conf.d/20-ast.ini
29
30
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
31
+ && composer self-update 1.10.16 \
32
&& composer global require \
33
phpunit/phpunit \
34
phpunit/php-code-coverage \
0 commit comments