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 ?
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