Skip to content

Commit 1b130ce

Browse files
committed
minor #15422 Update setup.rst (andybeak)
This PR was merged into the 5.3 branch. Discussion ---------- Update setup.rst Using `--version=next` uses a development version of Symfony which right now as of this moment in time doesn't behave the way that the 5.3 documentation (which is "current" on the documentation website) suggests. I suggest removing this parameter to avoid confusion. See also https://stackoverflow.com/questions/67874794/symfony5-throws-404-error-in-browser-but-route-is-found-in-cli/67875331#67875331 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 15e68b5 Update setup.rst
2 parents acc6554 + 15e68b5 commit 1b130ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ application:
5050
.. code-block:: terminal
5151
5252
# run this if you are building a traditional web application
53-
$ symfony new my_project_name --version=next --full
53+
$ symfony new my_project_name --full
5454
5555
# run this if you are building a microservice, console application or API
56-
$ symfony new my_project_name --version=next
56+
$ symfony new my_project_name
5757
5858
The only difference between these two commands is the number of packages
5959
installed by default. The ``--full`` option installs all the packages that you

0 commit comments

Comments
 (0)