Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Use composer.lock for PHP 7.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Aug 24, 2018
1 parent f4023bd commit 7dec5d2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-cli
FROM php:7.1-cli

LABEL maintainer="dmitri@devmachine.net"

Expand All @@ -13,3 +13,5 @@ RUN apt-get update && apt-get install -y git && rm -r /var/lib/apt/lists/*
RUN cd /usr/local/bin \
&& php -r "readfile('https://getcomposer.org/installer');" | php \
&& mv composer.phar composer

ENV SYMFONY_PHPUNIT_VERSION=6.5
27 changes: 16 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dec5d2

Please sign in to comment.