From 12a2530d780ca404eab5361146982a46fbc65daf Mon Sep 17 00:00:00 2001 From: abarke <34715541+abarke@users.noreply.github.com> Date: Wed, 10 Jan 2018 14:42:09 +0100 Subject: [PATCH] Corrected recipies Incorrect aliases were given --- setup/flex.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/flex.rst b/setup/flex.rst index a719d5569f9..3fd1c7832a0 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -184,8 +184,8 @@ manual steps: .. code-block:: terminal - $ composer require annotations assets doctrine twig profiler \ - logger mailer form fixtures security translation validator + $ composer require annotations asset doctrine twig profiler \ + logger mailer form orm-fixtures security translation validator #. If the project's ``composer.json`` file doesn't contain ``symfony/symfony`` dependency, it already defines its dependencies explicitly, as required by