gitlab-ci-pipeline-php icon indicating copy to clipboard operation
gitlab-ci-pipeline-php copied to clipboard

Upgrade composer v1 to composer v2 for php 7.4

Open rsereir opened this issue 3 years ago • 5 comments

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

rsereir avatar Nov 01 '20 15:11 rsereir

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

thanks

edbizarro avatar Nov 03 '20 02:11 edbizarro

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

rsereir avatar Nov 03 '20 07:11 rsereir

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

GlennM avatar May 03 '21 08:05 GlennM

Any info on the conflicts?

jacobnollette avatar May 24 '21 19:05 jacobnollette

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

evs-xsarus avatar May 27 '21 10:05 evs-xsarus