-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Update] v2.0 Updated Monolog to v3 (#9)
* updated possible monolog versions * github ci * updated version to 2.0.0 for BC break changes * updated readme * cleanup
- Loading branch information
1 parent
9081335
commit 873510e
Showing
7 changed files
with
763 additions
and
1,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
php-version: [ '7.4' ] | ||
php-version: [ '8.1' ] | ||
|
||
steps: | ||
- name: Checkout code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
| Version | Date | Comment | | ||
|---------|------------|----------------------------------------------------------------------| | ||
| 2.0.0 | 2022-09-07 | Updated Monolog to version 3 (BC break) | | ||
| 1.3.0 | 2022-03-01 | Updates dependencies and possible Symfony versions | | ||
| 1.2.0 | 2021-08-31 | Updates dependencies | | ||
| 1.1.0 | 2020-08-06 | Added service definition for dependency injection | | ||
| 1.0.0 | 2020-08-06 | Initial release | | ||
| 1.0.0 | 2020-08-06 | Initial release | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.