apollo-sdk-config
apollo-sdk-config copied to clipboard
在hyperf项目 composer 失败
trafficstars
- apollo-sdk/config 1.0.5 requires guzzlehttp/guzzle ^6.5 -> found guzzlehttp/guzzle[6.5.0, ..., 6.5.x-dev] but the package is fixed to 7.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
在hyperf项目里面composer apollo sdk config报错,应该是guzzle的版本跟不上,帮忙处理一下,发个新版!
看上去应该是已经php5被淘汰的问题。很多包都开始不支持php5了。
淘汰也是趋势,步伐要跟上!
我升级一下guzzlehttp版本
- apollo-sdk/config 1.0.5 requires guzzlehttp/guzzle ^6.5 -> found guzzlehttp/guzzle[6.5.0, ..., 6.5.x-dev] but the package is fixed to 7.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
在hyperf项目里面composer apollo sdk config报错,应该是guzzle的版本跟不上,帮忙处理一下,发个新版!
看看2.0.0版本是否满足,composer服务器那边估计会晚点才能拉到更新 https://github.com/fengzhibin/apollo-sdk-config/releases/tag/2.0.0
好的,同步后我这边试一下!