Skip to content

Commit c0ef5be

Browse files
committed
bug #14399 You need doctrine/annotations for route annotation support. (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- You need doctrine/annotations for route annotation support. For Symfony 4.4 This will correct the mistake in #14387 There is an alternative to this PR here: #14400 Commits ------- 6a74ba6 You need doctrine/annotations for route annotation support.
2 parents dbe7818 + 6a74ba6 commit c0ef5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run this command once in your application to add support for annotations:
2727

2828
.. code-block:: terminal
2929
30-
$ composer require annotations
30+
$ composer require doctrine/annotations
3131
3232
In addition to installing the needed dependencies, this command creates the
3333
following configuration file:

0 commit comments

Comments
 (0)