Skip to content

Commit bcb0bdc

Browse files
Merge pull request #30 from mrVrAlex/patch-1
Allow monolog 3.0
2 parents 8de87f0 + 33c5047 commit bcb0bdc

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
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": ">=7.4",
3434
"ext-json": "*",
35-
"monolog/monolog": "^1.0|^2.1",
35+
"monolog/monolog": "^1.0|^2.1|^3.0",
3636
"nyholm/psr7": "^1.3",
3737
"php-http/client-common": "^1.0|^2.3",
3838
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)