lokielse / omnipay-wechatpay

(微信支付)WeChatPay driver for the Omnipay PHP payment processing library
MIT License
317 stars 103 forks source link

Cannot install the package successfully #112

Closed PengKuang closed 3 years ago

PengKuang commented 3 years ago

Hello, I encountered this error when trying to install the gateway:

image

How should I fix it?

PengKuang commented 3 years ago

I fixed the problem by change the version number of guzzle to 6.0.0 in both composer.json and composer.lock:

composer.json: "guzzlehttp/guzzle": "^6.0.0",

composer.lock: "name": "guzzlehttp/guzzle", "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79" },

"support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/6.0.0" },