-
Notifications
You must be signed in to change notification settings - Fork 82
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
Move Monolog to dev #660
Move Monolog to dev #660
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 7.5.x #660 +/- ##
=========================================
Coverage 36.26% 36.26%
Complexity 286 286
=========================================
Files 27 27
Lines 1183 1183
=========================================
Hits 429 429
Misses 754 754
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@mostafasoufi Monolog is used in the File |
They are only uses in |
Browscap can be used in two ways:
In the second Way, you can use these Commands. I do not know, if anyone uses Browscap this way. If |
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.
Please add also an Comment in the Readme (where these Commands are listed), that the User has to install Monolog.
@@ -43,6 +42,7 @@ | |||
"require-dev": { | |||
"doctrine/coding-standard": "^12.0.0", | |||
"mikey179/vfsstream": "^1.6.11", | |||
"monolog/monolog": "^3.5.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.
Please add "monolog/monolog"
also in the suggest
section with an comment, that this is required for the console commands.
I would suggest this is not mergable at least until the next major, since it would indeed break this functionality. It would help if we knew if people use this functionality or not 🤷 |
@mostafasoufi thank you for the PR, but since this is functionality people may use, which would break, this wouldn't be acceptable until a major release really. I'd suggest making an issue to see if others have feedback about it and we can discuss what the migration path might look like. Thank you though, we really appreciate it! |
I inquired because I'm planning to upgrade Browscap for WordPress plugins like WP Statistics and SlimStat Analytics. However, since the pull request (PR) is closed, it looks like I'll need to fork the project and work on my own repository. |
Regarding PR #465, why isn't MonoLog included in the development environment when it's used in the Commands classes for Unit tests?
Best