Skip to content

Commit b1759a2

Browse files
committed
Permit version 2 and 3 of psr/log
1 parent 72528b7 commit b1759a2

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
99
### Added
1010
- Bot API 5.6 (@TiiFuchs) (#1275)
1111
- Bot API 5.7 (@TiiFuchs) (#1284)
12+
- PSR3 (psr/log) version 2 and 3 compatible (@noplanman)
1213
### Changed
1314
### Deprecated
1415
### Removed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-curl": "*",
3535
"ext-json": "*",
3636
"ext-mbstring": "*",
37-
"psr/log": "^1.1",
37+
"psr/log": "^1.1|^2.0|^3.0",
3838
"guzzlehttp/guzzle": "^6.0|^7.0"
3939
},
4040
"require-dev": {

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)