Skip to content

Commit 38e96de

Browse files
committed
Add missing monolog requirement
1 parent 74c30fb commit 38e96de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"require": {
2020
"php": ">=5.3.2",
2121
"symfony/monolog-bridge": "self.version"
22+
"monolog/monolog": "1.*"
2223
},
2324
"autoload": {
2425
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }

0 commit comments

Comments
 (0)