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 890e5a4 commit 5015c89Copy full SHA for 5015c89
Dockerfile
@@ -28,7 +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 \
+ && composer self-update 2.1.3 \
32
&& composer global require \
33
phpunit/phpunit \
34
phpunit/php-code-coverage \
0 commit comments