Skip to content

Commit 138d0cb

Browse files
committed
move HttpKernel component to require section
1 parent 9df08fa commit 138d0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"monolog/monolog": "~1.11"
20+
"monolog/monolog": "~1.11",
21+
"symfony/http-kernel": "~2.4"
2122
},
2223
"require-dev": {
23-
"symfony/http-kernel": "~2.4",
2424
"symfony/console": "~2.4",
2525
"symfony/event-dispatcher": "~2.2"
2626
},

0 commit comments

Comments
 (0)