Skip to content

Commit 82a660d

Browse files
committed
minor #12640 fix supported installable version formats (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix supported installable version formats see symfony/symfony#34402 Commits ------- 5ec5438 fix supported installable version formats
2 parents 3f3138f + 5ec5438 commit 82a660d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.rst

-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ In case your project needs to be based on a specific Symfony version, use the
114114
$ symfony new my_project_name --version=3.3
115115
$ symfony new my_project_name --version=3.4
116116
117-
# use a specific Symfony version
118-
$ symfony new my_project_name --version=3.3.10
119-
$ symfony new my_project_name --version=3.4.5
120-
121117
# use the most recent 'lts' version (Long Term Support version)
122118
$ symfony new my_project_name --version=lts
123119

0 commit comments

Comments
 (0)