File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Original file line number Diff line number Diff line change @@ -243,6 +243,16 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
243
243
# use the 'next' Symfony version to be released (still in development)
244
244
$ symfony new my_project_name --version=next
245
245
246
+ # you can also select an exact specific Symfony version
247
+ $ symfony new my_project_name --version=4.4
248
+
249
+ The ``lts `` and ``next `` shortcuts are only available when using Symfony to
250
+ create new projects. If you use Composer, you need to tell the exact version:
251
+
252
+ .. code-block :: terminal
253
+
254
+ $ composer create-project symfony/website-skeleton:^4.4 my_project_name
255
+
246
256
The Symfony Demo application
247
257
----------------------------
248
258
You can’t perform that action at this time.
0 commit comments