Skip to content

Commit 665e06b

Browse files
Support Monolog 3
Closes #376
1 parent e8264cb commit 665e06b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22

33

4+
## 1.6.1 (UPCOMING)
5+
6+
* Support Monolog 3
7+
8+
49
## 1.6.0 (2022-03-30)
510

611
* Officially support PHP 8.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.3 || ^8.0",
2020
"chrome-php/wrench": "^1.2",
2121
"evenement/evenement": "^3.0.1",
22-
"monolog/monolog": "^1.26 || ^2.2",
22+
"monolog/monolog": "^1.26 || ^2.2 || ^3.0",
2323
"psr/log": "^1.1 || ^2.0 || ^3.0",
2424
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
2525
"symfony/polyfill-mbstring": "^1.23",

0 commit comments

Comments
 (0)