Skip to content

Commit d6885fc

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: 6.1 don't mention PHP 7
2 parents 88990e1 + e9a5b20 commit d6885fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ PHP attributes and annotations allow to define routes next to the code of the
2828
:doc:`controllers </controller>` associated to those routes. Attributes are
2929
native in PHP 8 and higher versions, so you can use them right away.
3030

31-
In PHP 7 and earlier versions you can use annotations (via the Doctrine Annotations
32-
library), but first you'll need to install the following dependency in your project:
31+
You can use annotations via the Doctrine Annotations library,
32+
but first you'll need to install the following dependency in your project:
3333

3434
.. code-block:: terminal
3535

0 commit comments

Comments
 (0)