Skip to content

Commit 98b7ec4

Browse files
committed
Support monolog/monolog 3.x
1 parent 27a14d8 commit 98b7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.4",
1919
"guzzlehttp/guzzle": "^6.5|^7.0",
20-
"monolog/monolog": "^2.0"
20+
"monolog/monolog": "^2.0|^3.0"
2121
},
2222
"require-dev": {
2323
"vlucas/phpdotenv": "^5.5",

0 commit comments

Comments
 (0)