Skip to content

Commit 5015c89

Browse files
committed
Upgrade composer
1 parent 890e5a4 commit 5015c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN git clone https://github.com/nikic/php-ast.git \
2828
&& echo "extension=ast.so" > /etc/php/${PHPVERSION}/cli/conf.d/20-ast.ini
2929

3030
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
31-
&& composer self-update 1.10.16 \
31+
&& composer self-update 2.1.3 \
3232
&& composer global require \
3333
phpunit/phpunit \
3434
phpunit/php-code-coverage \

0 commit comments

Comments
 (0)