Skip to content

Commit a5c1934

Browse files
authored
Merge pull request #198 from franmomu/patch-1
Require proper monolog-bundle dependency
2 parents dc7f6f5 + b09d24e commit a5c1934

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
@@ -27,7 +27,7 @@
2727
"symfony/framework-bundle": "^3.4.22 || ^4.1 || ^5.0",
2828
"symfony/http-foundation": "^3.4.22 || ^4.1 || ^5.0",
2929
"symfony/http-kernel": "^3.4.22 || ^4.1 || ^5.0",
30-
"symfony/monolog-bundle": "~3.1 || ^5.0",
30+
"symfony/monolog-bundle": "^3.5",
3131
"symfony/process": "^3.4.22 || ^4.1 || ^5.0",
3232
"symfony/security-bundle": "^3.4.22 || ^4.1 || ^5.0",
3333
"symfony/twig-bundle": "^3.4.22 || ^4.1 || ^5.0",

0 commit comments

Comments
 (0)