mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

Oudated symfony/http version #870

Closed ThomasVeld closed 10 months ago

ThomasVeld commented 1 year ago

Hi there,

In my composer.json (Laravel project) I was using the http/symfony 6.3 version, although this gave an issue with making Http requests to the Mailgun client.

The following error occured: Undefined constant CURL_SSLVERSION_TLSv1_2

This project is using the http/symfony 5.3.0 version in the composer.json file. After changing it to the same version in the Laravel project it worked.

Is there a reason for this outdated http/symfony version?

Thanks!

lcottingham commented 11 months ago

+1 on this. This package currently conflicts with Symfony mercure bundle being installed due to a conflict with php-http/discovery <1.15 and symfony/http-client. Running 6.3 as above

oleksandr-mykhailenko commented 11 months ago

Hello Thank you, we will take a look into it and make an update

lcottingham commented 11 months ago

Hello Thank you, we will take a look into it and make an update

Let me know if there is anything you need testing or any more detail