-
Notifications
You must be signed in to change notification settings - Fork 0
Update monolog/monolog requirement from ^2.0 to ^2.0 || ^3.0 #24
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
Update monolog/monolog requirement from ^2.0 to ^2.0 || ^3.0 #24
Conversation
etsglobalbv-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving this PR because it was created by Dependabot
efa0dc5 to
0ce8d6d
Compare
|
A newer version of monolog/monolog exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
0ce8d6d to
c97b48b
Compare
Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog) to permit the latest version. - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](Seldaek/monolog@2.0.0...3.0.0) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
c97b48b to
b61a262
Compare
ch3ric
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://etsglobal.jira.com/wiki/spaces/EB/pages/2231271427/Libraries+and+Bundles+maintenance was updated accordingly
| "php": "^8.1", | ||
| "ext-json": "*", | ||
| "monolog/monolog": "^2.0", | ||
| "monolog/monolog": "^2.0 || ^3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because you've used LogRecord this version does not support monolog ^2.0 anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
fixed in #26 |
Updates the requirements on monolog/monolog to permit the latest version.
Release notes
Sourced from monolog/monolog's releases.
Changelog
Sourced from monolog/monolog's changelog.
... (truncated)
Commits
60ad518Update changelogb3451b0Merge branch '2.x' into main2479189Update changelog1dacc79Remove LevelName enum in favor of a Level::getName method, fixes #1667 (#1668)a5d65f6Fix infinite loops when a log handler triggers logging itself5d43fd5Allow UdpSocket to reconnect after close()c709906[2.X] Allow stacktraces parser on LineFormatter (#1665)2a8c7dfAlso allow for slow ES8 startd381140Merge branch '2.x' into main2af3276Update list of handlersDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)