edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

Upgrade composer v1 to composer v2 for php 7.4 #108

Open rsereir opened 3 years ago

rsereir commented 3 years ago

Current version for php 7.4 is not compatible with composer v2.0

edbizarro commented 3 years ago

can you remove hirak/prestissimo from the images with composer v2 too?

thanks

rsereir commented 3 years ago

I removed this image from all php versions with composer v2, thanks for review.

GlennM commented 3 years ago

PR #113 has been merged, so can this one about Composer v2 be completed now?

jacobnollette commented 3 years ago

Any info on the conflicts?

evs-xsarus commented 3 years ago

Could this be added in such a way that I can choose to have composer 1 or 2 ?

Perhaps keep the current for composer 1

image: edbizarro/gitlab-ci-pipeline-php:7.4

and for composer 2:

image: edbizarro/gitlab-ci-pipeline-php:7.4-composer2