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
你们的sdk对 Monolog\Logger 要求是 >=1.23.0 。 Monolog\Logger 已经在过去的版本中去除了 “1.23.0版本中存在的 addInfo 和 addError” 等方法
所以目前会出现 Call to undefined method 的报错。
建议升级依赖并修正调用。 或指定旧版本范围以维持对addInfo等方法的支持。
详见 https://github.com/Seldaek/monolog/blob/3.4.0/src/Monolog/Logger.php https://github.com/Seldaek/monolog/blob/1.23.0/src/Monolog/Logger.php
The text was updated successfully, but these errors were encountered:
感谢您的建议,我们已经对Monolog\Logger 依赖进行了升级,代码调用也修正了,本周会上线sdk新版本 Monolog\Logger 依赖改为 >= 2.4.0
Sorry, something went wrong.
问题已修复,请确认
No branches or pull requests
你们的sdk对 Monolog\Logger 要求是 >=1.23.0 。
Monolog\Logger 已经在过去的版本中去除了 “1.23.0版本中存在的 addInfo 和 addError” 等方法
所以目前会出现 Call to undefined method 的报错。
建议升级依赖并修正调用。
或指定旧版本范围以维持对addInfo等方法的支持。
详见
https://github.com/Seldaek/monolog/blob/3.4.0/src/Monolog/Logger.php
https://github.com/Seldaek/monolog/blob/1.23.0/src/Monolog/Logger.php
The text was updated successfully, but these errors were encountered: