Skip to content
Snippets Groups Projects
Commit 6c55381a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Utilisation de la dernière version de Composer au lieu de la v1

parent c144a7e1
No related branches found
No related tags found
No related merge requests found
Pipeline #11987 failed
......@@ -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 && \
......
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment