Skip to content

Commit 3209e2e

Browse files
authored
Don't support monolog v2.x (#7714)
1 parent a6a2e02 commit 3209e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"hyperf/contract": "~3.2.0",
2121
"hyperf/coroutine": "~3.2.0",
2222
"hyperf/support": "~3.2.0",
23-
"monolog/monolog": "^2.7 || ^3.1",
23+
"monolog/monolog": "^3.1",
2424
"psr/container": "^1.0 || ^2.0",
25-
"psr/log": "^1.0 || ^2.0 || ^3.0"
25+
"psr/log": "^2.0 || ^3.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)