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

guzzlehttp/guzzle Version too low #83

Open
shuzhongrong opened this issue Dec 3, 2021 · 1 comment
Open

guzzlehttp/guzzle Version too low #83

shuzhongrong opened this issue Dec 3, 2021 · 1 comment

Comments

@shuzhongrong
Copy link

How to make guzzlehttp / guzzle compatible with 6.5.5?

@yanggg1133
Copy link

you call install guzzlehttp5.3 and guzzlehttp6.7 ,

like this
vendor/guzzlehttp53
vendor/guzzlehttp

第二步 2.
fillup/walmart-partner-api-sdk-php

replace

use GuzzleHttp\ - > use GuzzleHttp53\

GuzzleHttp\ -> GuzzleHttp53\

第三部 2.

composer\autoload_psr4

add GuzzleHttp53

autoload_psr4

'GuzzleHttp53\\Subscriber\\Retry\\' => array($vendorDir . '/guzzlehttp53/retry-subscriber/src'),
'GuzzleHttp53\\Stream\\' => array($vendorDir . '/guzzlehttp53/streams/src'),
'GuzzleHttp53\\Ring\\' => array($vendorDir . '/guzzlehttp53/ringphp/src'),
'GuzzleHttp53\\Command\\Guzzle\\' => array($vendorDir . '/fillup/guzzle-services/src'),
'GuzzleHttp53\\Command\\' => array($vendorDir . '/guzzlehttp53/command/src'),
'GuzzleHttp53\\' => array($vendorDir . '/guzzlehttp53/guzzle/src'),

autoload_static

.......................

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

2 participants