We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psr/log
1 parent a717522 commit 6df7b76Copy full SHA for 6df7b76
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
to [Semantic Versioning] (http://semver.org/). For change log format,
5
use [Keep a Changelog] (http://keepachangelog.com/).
6
7
+## [1.4.0] - 2026-03-12
8
+
9
+### Added
10
11
+- Compatibility with `psr/log` version ^2.0 and ^3.0
12
13
## [1.3.1] - 2022-07-19
14
15
### Fixed
composer.json
@@ -26,7 +26,7 @@
26
"ext-zlib": "*",
27
"berlioz/http-message": "^1.0 || ^2.0",
28
"psr/http-client": "^1.0",
29
- "psr/log": "^1.0"
+ "psr/log": "^1.0 || ^2.0 || ^3.0"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
0 commit comments