From 6c55381aabbfeb74e51d49fbe3167cf24776477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Mon, 3 Jan 2022 10:49:59 +0100 Subject: [PATCH] =?UTF-8?q?Utilisation=20de=20la=20derni=C3=A8re=20version?= =?UTF-8?q?=20de=20Composer=20au=20lieu=20de=20la=20v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-8.x | 3 +-- Dockerfile-8.x.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile-8.x b/Dockerfile-8.x index 49d6195..00ff0d2 100644 --- a/Dockerfile-8.x +++ b/Dockerfile-8.x @@ -136,8 +136,7 @@ RUN a2disconf security.conf && \ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm # Composer -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ - composer global require hirak/prestissimo --no-plugins --no-scripts +RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Install de laminas-migration RUN composer global require laminas/laminas-migration && \ diff --git a/Dockerfile-8.x.sh b/Dockerfile-8.x.sh index 108cb51..d299d98 100755 --- a/Dockerfile-8.x.sh +++ b/Dockerfile-8.x.sh @@ -134,8 +134,7 @@ a2disconf security.conf && \ a2enconf security-unicaen.conf php${PHP_VERSION}-fpm # Composer -curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version 1.10.19 && \ -composer global require hirak/prestissimo --no-plugins --no-scripts +curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Install de laminas-migration composer global require laminas/laminas-migration && \ -- GitLab