Skip to content

Commit 6c1a99a

Browse files
committed
bug #8638 Correct composer option syntax (odolbeau)
This PR was merged into the master branch. Discussion ---------- Correct composer option syntax Commits ------- 37acb46 Correct composer option syntax
2 parents 88e3ef5 + 37acb46 commit 6c1a99a

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)