We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8264cb commit 665e06bCopy full SHA for 665e06b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# CHANGELOG
2
3
4
+## 1.6.1 (UPCOMING)
5
+
6
+* Support Monolog 3
7
8
9
## 1.6.0 (2022-03-30)
10
11
* Officially support PHP 8.1
composer.json
@@ -19,7 +19,7 @@
19
"php": "^7.3 || ^8.0",
20
"chrome-php/wrench": "^1.2",
21
"evenement/evenement": "^3.0.1",
22
- "monolog/monolog": "^1.26 || ^2.2",
+ "monolog/monolog": "^1.26 || ^2.2 || ^3.0",
23
"psr/log": "^1.1 || ^2.0 || ^3.0",
24
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
25
"symfony/polyfill-mbstring": "^1.23",
0 commit comments