Skip to content

Commit

Permalink
minor #19973 remove Silex mention in favor of Symfony (94noni)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jun 18, 2024
2 parents 4982a99 + 754f12d commit 2660de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/http_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ The HttpKernel Component

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

Installation
------------
Expand Down

0 comments on commit 2660de0

Please sign in to comment.