File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,15 @@ commands from the Symfony server:
348
348
# creates a new project based on the Symfony Demo application
349
349
$ symfony new --demo my_project_name
350
350
351
+ You can create a project depending on a **development ** version as well (note
352
+ that Composer will also set the stability to ``dev `` for all root dependencies):
353
+
354
+ # creates a new project based on Symfony's master branch
355
+ $ symfony new --version=dev-master my_project_name
356
+
357
+ # creates a new project based on Symfony's 4.3 dev branch
358
+ $ symfony new --version=4.3.x-dev my_project_name
359
+
351
360
.. _`symfony.com/download` : https://symfony.com/download
352
361
.. _`different ways of installing Symfony` : https://symfony.com/download
353
362
.. _`Docker` : https://en.wikipedia.org/wiki/Docker_(software)
You can’t perform that action at this time.
0 commit comments