Skip to content

Commit

Permalink
Merge pull request #4 from llaski/feature/monolog-2.0-support
Browse files Browse the repository at this point in the history
Monolog 2.0 Support
  • Loading branch information
nvanheuverzwijn authored Jul 3, 2022
2 parents efa7ce4 + 6e9b662 commit d425d74
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 331 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "^7.0",
"monolog/monolog": ">=1.0"
"php": "^7.2",
"monolog/monolog": ">=2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5"
"phpunit/phpunit": "^8.3"
},
"autoload": {
"psr-4": {"Zwijn\\Monolog\\": "src/Monolog"}
Expand Down
Loading

0 comments on commit d425d74

Please sign in to comment.