From fa569bd38e82b3babb88b32fb3e1938c6743be36 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sun, 11 Oct 2020 10:49:45 +0200 Subject: [PATCH] Make sure we install FrameworkExtra bundle and not just doctrine/annotations --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 9bd09e531cc..60f5c8aa664 100644 --- a/routing.rst +++ b/routing.rst @@ -27,7 +27,7 @@ Run this command once in your application to add support for annotations: .. code-block:: terminal - $ composer require doctrine/annotations + $ composer require annotations In addition to installing the needed dependencies, this command creates the following configuration file: