[Discovery One] Upgrade to Symfony 4 and PHPUnit 7

This commit is contained in:
Andrés Montañez
2018-03-29 20:19:35 -03:00
parent 23dae99c1a
commit 05d9cf0b80
30 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM ubuntu:17.10
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y vim curl git unzip
RUN apt-get install -y php7.1-cli php-zip php7.1-curl php7.1-xml
RUN apt-get install -y php7.1-cli php-zip php7.1-curl php7.1-xml php7.1-mbstring
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer