Skip to content

Commit 513c4be

Browse files
committed
Fixed the project creating command for Symfony 3.4
1 parent 3641425 commit 513c4be

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)