Skip to content

Commit 37acb46

Browse files
author
Olivier Dolbeau
authored
Correct composer option syntax
1 parent 66bb046 commit 37acb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/unstable_versions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ execute the following command:
1515
.. code-block:: terminal
1616
1717
# Download the latest beta version
18-
$ composer create-project symfony/skeleton my_project "4.0.*" -s=beta
18+
$ composer create-project symfony/skeleton my_project "4.0.*" -s beta
1919
2020
# Download the absolute latest commit
21-
$ composer create-project symfony/skeleton my_project "4.0.*" -s=dev
21+
$ composer create-project symfony/skeleton my_project "4.0.*" -s dev
2222
2323
Once the command finishes its execution, you'll have a new Symfony project created
2424
in the ``my_project/`` directory.

0 commit comments

Comments
 (0)