Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d7dd51

Browse filesBrowse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update setup.rst
2 parents d161c22 + 2c94fdc commit 9d7dd51
Copy full SHA for 9d7dd51

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed

‎setup.rst

Copy file name to clipboardExpand all lines: setup.rst
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,16 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
243243
# use the 'next' Symfony version to be released (still in development)
244244
$ symfony new my_project_name --version=next
245245
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+
246256
The Symfony Demo application
247257
----------------------------
248258

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.