Skip to content

Commit 5ec5438

Browse files
committed
fix supported installable version formats
1 parent 3f3138f commit 5ec5438

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.rst

Lines changed: 0 additions & 4 deletions
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)