platformsh-client-php icon indicating copy to clipboard operation
platformsh-client-php copied to clipboard

Usage of removed Guzzle function

Open kmadejski opened this issue 4 years ago • 0 comments

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/guzzle 7.1.1 and it works.

kmadejski avatar Sep 01 '21 14:09 kmadejski