Skip to content

Commit 6df7b76

Browse files
committed
Add compatibility with psr/log version ^2.0 and ^3.0
1 parent a717522 commit 6df7b76

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44
to [Semantic Versioning] (http://semver.org/). For change log format,
55
use [Keep a Changelog] (http://keepachangelog.com/).
66

7+
## [1.4.0] - 2026-03-12
8+
9+
### Added
10+
11+
- Compatibility with `psr/log` version ^2.0 and ^3.0
12+
713
## [1.3.1] - 2022-07-19
814

915
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-zlib": "*",
2727
"berlioz/http-message": "^1.0 || ^2.0",
2828
"psr/http-client": "^1.0",
29-
"psr/log": "^1.0"
29+
"psr/log": "^1.0 || ^2.0 || ^3.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",

0 commit comments

Comments
 (0)