We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83c2e7 commit 43e6621Copy full SHA for 43e6621
setup/unstable_versions.rst
@@ -14,11 +14,8 @@ execute the following command:
14
15
.. code-block:: terminal
16
17
- # Download the latest beta version
18
- $ composer create-project symfony/skeleton my_project "4.0.*" -s beta
19
-
20
# Download the absolute latest commit
21
- $ composer create-project symfony/skeleton my_project "4.0.*" -s dev
+ $ composer create-project symfony/skeleton my_project -s dev
22
23
Once the command finishes its execution, you'll have a new Symfony project created
24
in the ``my_project/`` directory.
0 commit comments