Skip to content

Commit 8c99c83

Browse files
committed
Merge branch '5.0'
* 5.0: Update error_pages.rst
2 parents 36bc866 + 17bac3e commit 8c99c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/error_pages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ this command to ensure both are installed:
5454

5555
.. code-block:: terminal
5656
57-
$ composer require twig
57+
$ composer require symfony/twig-pack
5858
5959
When the error page loads, :class:`Symfony\\Bridge\\Twig\\ErrorRenderer\\TwigErrorRenderer`
6060
is used to render a Twig template to show the user.
@@ -201,7 +201,7 @@ To override non-HTML error output, the Serializer component needs to be installe
201201

202202
.. code-block:: terminal
203203
204-
$ composer require serializer
204+
$ composer require symfony/serializer-pack
205205
206206
The Serializer component has a built-in ``FlattenException`` normalizer
207207
(:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`) and

0 commit comments

Comments
 (0)