You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: