Skip to content

Commit 40b7d05

Browse files
committed
added a note about testing newer versions of Symfony
1 parent 39da837 commit 40b7d05

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup/symfony_server.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,17 @@ commands from the Symfony server:
348348
# creates a new project based on the Symfony Demo application
349349
$ symfony new --demo my_project_name
350350
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+
.. code-block:: terminal
355+
356+
# creates a new project based on Symfony's master branch
357+
$ symfony new --version=dev-master my_project_name
358+
359+
# creates a new project based on Symfony's 4.3 dev branch
360+
$ symfony new --version=4.3.x-dev my_project_name
361+
351362
.. _`symfony.com/download`: https://symfony.com/download
352363
.. _`different ways of installing Symfony`: https://symfony.com/download
353364
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)

0 commit comments

Comments
 (0)