jfoucher / Mailocal

A local SMTP server with email display, used mostly for development of other apps. Think unlimited Mailtrap that runs on your own computer.
MIT License
74 stars 13 forks source link

Installation fails in ubuntu 20.04 with php 7.4 #21

Open Adesin-fr opened 4 years ago

Adesin-fr commented 4 years ago

Hi

I try to install from composer on ubuntu 20.04, php 7.4 with the command : composer create-project jfoucher/mailocal It breaks with error " curl_multi_setopt(): CURLPIPE_HTTP1 is no longer supported ", which is clearly an error in symfony/flex, which has been addressed a while ago.

It fetchs mailocal 0.5.4, and symfony/flex 1.2.0 which seems pretty old... but corresponds to composer.lock from release 0.5.4 !

Can you either provide howto instructions to install from latest source code, or make a new release compatible with symfony/flex 1.6 which is OK with PHP 7.4 ?

Regards