Обновлен composer

This commit is contained in:
Anton Vakhrushev 2019-06-14 08:45:59 +03:00
parent 5df29173b7
commit 8210141951
2 changed files with 463 additions and 221 deletions

682
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# get composer and required tools # get composer and required tools
RUN curl -sLO https://getcomposer.org/download/1.8.5/composer.phar \ RUN curl -sLO https://getcomposer.org/download/1.8.6/composer.phar \
&& mv composer.phar /usr/local/bin/composer \ && mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer && chmod +x /usr/local/bin/composer