Skip to content

Commit 9c8a3e9

Browse files
committed
minor #19113 [MonologBridge] move HttpKernel component to require section (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [MonologBridge] move HttpKernel component to require section | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19110 | License | MIT | Doc PR | Nearly every class from the bridge has (directly or indirectly) a dependency on a class from the HttpKernel component. Thus, it for me doesn't make sense to treat it as an optional dependency. Commits ------- 138d0cb move HttpKernel component to require section
2 parents 9df08fa + 138d0cb commit 9c8a3e9

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)