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 3e8c351 commit c3f934aCopy full SHA for c3f934a
Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS git binutils && \
8
strip -s $(php-config --extension-dir)/ast.so && \
9
strip -s $(php-config --extension-dir)/pcntl.so && \
10
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer && \
11
- composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 1.3.3 && \
+ composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 1.3.4 && \
12
rm -r /tmp/php-ast /usr/local/bin/composer && \
13
apk del .phpize-deps
14
0 commit comments