Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 23248f7

Browse files
authored
feed-io complies with PSR/Log 1 -> 3 and Monolog 1 -> 2 (#389)
1 parent c149304 commit 23248f7

File tree

2 files changed

+85
-72
lines changed

2 files changed

+85
-72
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"ext-json": "*",
2121
"ext-libxml": "*",
2222
"guzzlehttp/guzzle": "~6.2|~7.0",
23-
"psr/log": "~1.0"
23+
"psr/log": "~1.0|~2.0|~3.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~9.3.0",
27-
"monolog/monolog": "1.*",
27+
"monolog/monolog": "1.*|2.*",
2828
"phpstan/phpstan": "^0.12.81",
2929
"friendsofphp/php-cs-fixer": "^3.5"
3030
},

composer.lock

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

0 commit comments

Comments
 (0)