From 6a74ba61f5f07b02c8048a5b0095ecb62f5d8ae5 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Tue, 13 Oct 2020 10:55:37 +0200 Subject: [PATCH] You need doctrine/annotations for route annotation support. --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 60f5c8aa664..9bd09e531cc 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 annotations + $ composer require doctrine/annotations In addition to installing the needed dependencies, this command creates the following configuration file: