Skip to content

Commit

Permalink
Remove Monolog 1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed Nov 26, 2022
1 parent 772fef6 commit bdcb8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Module to integrate Monolog with Laminas projects.
## Requirements

* PHP ^8.0
* [monolog/monolog ^1.24 || ^2.0](http://www.github.com/Seldaek/monolog)
* [monolog/monolog ^2.0](http://www.github.com/Seldaek/monolog)
* [laminas/laminas-servicemanager ^3.3.2](https://github.com/laminas/laminas-servicemanager)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^8.0",
"monolog/monolog": "^1.24 || ^2.0",
"monolog/monolog": "^2.0",
"laminas/laminas-servicemanager": "^3.3.2"
},
"require-dev": {
Expand Down

0 comments on commit bdcb8d8

Please sign in to comment.