diff --git a/Dockerfile-8.x b/Dockerfile-8.x index 49d6195a5aee0b0f00b7a08c8946f234895a074d..00ff0d204524d60683eef001d0ae7f3a684c724f 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 108cb51d5357b90c9d9d4f2c9d41476539ce6f2b..d299d985d03b14f318a5d231e84250919f06ca90 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 && \