Skip to content

Commit 5851bf4

Browse files
authored
Allow monolog/monolog ^2.0 to be required as dependency
1 parent 9db8ddb commit 5851bf4

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
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.5",
18-
"monolog/monolog": "^1.6",
18+
"monolog/monolog": "^1.6|^2.0",
1919
"psr/log": "^1.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)