We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7.0中改成了\GuzzleHttp\Client::MAJOR_VERSION 。 所以代码中使用了\GuzzleHttp\Client::VERSION。就报错了。
\GuzzleHttp\Client::MAJOR_VERSION
\GuzzleHttp\Client::VERSION
composer中的配置"guzzlehttp/guzzle": ">=6.0.0"会自动升级到7.0以上。 应该用"guzzlehttp/guzzle": "^6.0.0"
"guzzlehttp/guzzle": ">=6.0.0"
"guzzlehttp/guzzle": "^6.0.0"
The text was updated successfully, but these errors were encountered:
刚刚升级了 也发现这个问题了
Sorry, something went wrong.
我得解决方法是执行 composer require “guzzlehttp/guzzle:^6.0.0” 供大家参考
同样问题, 最近版本不兼容guzzle 7 版本, 希望兼容一下
No branches or pull requests
7.0中改成了
\GuzzleHttp\Client::MAJOR_VERSION
。所以代码中使用了
\GuzzleHttp\Client::VERSION
。就报错了。composer中的配置
"guzzlehttp/guzzle": ">=6.0.0"
会自动升级到7.0以上。应该用
"guzzlehttp/guzzle": "^6.0.0"
The text was updated successfully, but these errors were encountered: