Skip to content

Commit

Permalink
Add monolog 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrookes committed Sep 25, 2020
1 parent eef29d0 commit f93e717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,993 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@

# Build data
/build/

composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~7.4",
"monolog/monolog": "~1.25"
"monolog/monolog": "~1.25|~2.0"
},
"require-dev": {
"ext-json": "*",
Expand Down
Loading

0 comments on commit f93e717

Please sign in to comment.