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
Currently, according to the configuration composer installs the most recent release of Guzzle, precisely from 7.3 branch. P.sh PHP client won't work with this release due to the usage of \GuzzleHttp\Psr7\uri_for function that has been deprecated for some time and has been removed in Guzzle 7.2.
The solution is either to stop using that function or at least adjust the composer config to install Guzzle from 7.1 branch. I tested it with guzzlehttp/guzzle7.1.1 and it works.
The text was updated successfully, but these errors were encountered:
Currently, according to the configuration composer installs the most recent release of Guzzle, precisely from
7.3
branch. P.sh PHP client won't work with this release due to the usage of\GuzzleHttp\Psr7\uri_for
function that has been deprecated for some time and has been removed in Guzzle7.2
.The solution is either to stop using that function or at least adjust the composer config to install Guzzle from
7.1
branch. I tested it withguzzlehttp/guzzle
7.1.1
and it works.The text was updated successfully, but these errors were encountered: