Skip to content

Commit 350a9d9

Browse files
committed
minor #9694 Fixed the project creating command for Symfony 3.4 (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed the project creating command for Symfony 3.4 A use on Slack warned us about this issue. Commits ------- 513c4be Fixed the project creating command for Symfony 3.4
2 parents a5b4ad1 + 513c4be commit 350a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create your new project by running:
1717

1818
.. code-block:: terminal
1919
20-
$ composer create-project symfony/website-skeleton my-project
20+
$ composer create-project symfony/website-skeleton:^3.4 my-project
2121
2222
This will create a new ``my-project`` directory, download some dependencies into
2323
it and even generate the basic directories and files you'll need to get started.

0 commit comments

Comments
 (0)