Wildix / s2s-client-php

Wildix Integration, PHP HTTP client
7 stars 7 forks source link

Outdated guzzlehttp/guzzle #1

Open BrandonP-C opened 3 years ago

BrandonP-C commented 3 years ago

You currently use guzzlehttp/guzzle 6.5.0 however my laravel projected requires 7.0.1 could you please update your package to use this?

Thanks.

francesco-pierangeli commented 3 years ago

You currently use guzzlehttp/guzzle 6.5.0 however my laravel projected requires 7.0.1 could you please update your package to use this?

Thanks.

same problem for me, I'll follow this discussion waiting for news, thanks!

viames commented 11 months ago

This outdated requirement is causing the entire Composer package list to become obsolete. As result, the application's code that uses Guzzle 6.5.8 reports some function calls as warnings, like this:

Creation of dynamic property GuzzleHttp\Handler\CurlMultiHandler::$_mh is deprecated” in vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php line 58

VictorPennington commented 6 months ago

Currently having the same issue, Is Guzzle going to be updated ?

Jiraiya43 commented 4 weeks ago

Same here... @VladimirGorobetsWildix Can you update Guzzle please ?