Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb8d2c3

Browse files
committed
Disallow http-kernel 3.x, fixes #16837.
1 parent dd78303 commit cb8d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"monolog/monolog": "~1.11"
2121
},
2222
"require-dev": {
23-
"symfony/http-kernel": "~2.4|~3.0.0",
23+
"symfony/http-kernel": "~2.4",
2424
"symfony/console": "~2.4|~3.0.0",
2525
"symfony/event-dispatcher": "~2.2|~3.0.0"
2626
},

0 commit comments

Comments
 (0)