Skip to content

Commit e9a5b20

Browse files
committed
minor #17130 [6.1] don't mention PHP 7 (alexislefebvre)
This PR was merged into the 6.1 branch. Discussion ---------- [6.1] don't mention PHP 7 Symfony 6.1 requires PHP 8.1, so mentioning PHP 7 was confusing here, I removed it. Commits ------- 108bbe3 6.1 don't mention PHP 7
2 parents 0363cc4 + 108bbe3 commit e9a5b20

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)