Skip to content

Commit 2660de0

Browse files
committed
minor #19973 remove Silex mention in favor of Symfony (94noni)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- remove Silex mention in favor of Symfony Commits ------- 754f12d Update http_kernel.rst
2 parents 4982a99 + 754f12d commit 2660de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ The HttpKernel Component
33

44
The HttpKernel component provides a structured process for converting
55
a ``Request`` into a ``Response`` by making use of the EventDispatcher
6-
component. It's flexible enough to create a full-stack framework (Symfony),
7-
a micro-framework (Silex) or an advanced CMS system (Drupal).
6+
component. It's flexible enough to create a full-stack framework (Symfony)
7+
or an advanced CMS (Drupal).
88

99
Installation
1010
------------

0 commit comments

Comments
 (0)