File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Create your new project by running:
17
17
18
18
.. code-block :: terminal
19
19
20
- $ composer create-project symfony/skeleton my-project
20
+ $ composer create-project symfony/website- skeleton my-project
21
21
22
22
This will create a new ``my-project `` directory, download some dependencies into
23
23
it and even generate the basic directories and files you'll need to get started.
Original file line number Diff line number Diff line change @@ -184,8 +184,9 @@ manual steps:
184
184
185
185
.. code-block :: terminal
186
186
187
- $ composer require annotations asset doctrine twig profiler \
188
- logger mailer form orm-fixtures security translation validator
187
+ $ composer require annotations asset orm-pack twig \
188
+ logger mailer form security translation validator
189
+ $ composer require --dev dotenv maker-bundle orm-fixtures profiler
189
190
190
191
#. If the project's ``composer.json `` file doesn't contain ``symfony/symfony ``
191
192
dependency, it already defines its dependencies explicitly, as required by
You can’t perform that action at this time.
0 commit comments