From c639ce9fc28cbf2aecdfaa7276c1c8d823f7480b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 26 Dec 2024 02:19:57 +0100 Subject: [PATCH] [Docs] Remove Symfony version in introduction At first, wanted to update the doc to write "Symfony 7 directory structure" instead of "6.4".. but i think the best choice here (leading to the minimal amount of frustrations or doubts for the reader) would probably be to remove the version precision. wdyt ? --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e1942b5e6..c639a4bb9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ The Symfony MakerBundle Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code. This bundle -assumes you're using a standard Symfony 6.4 directory structure, but many +assumes you're using a standard Symfony directory structure, but many commands can generate code into any application. Installation