Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of removed Guzzle function #60

Open
kmadejski opened this issue Sep 1, 2021 · 0 comments
Open

Usage of removed Guzzle function #60

kmadejski opened this issue Sep 1, 2021 · 0 comments

Comments

@kmadejski
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant