Skip to content

Commit c3ebd3e

Browse files
committed
minor symfony#18372 Symfony 6.3 documentation changes (StaffNowa)
This PR was merged into the 6.3 branch. Discussion ---------- Symfony 6.3 documentation changes Small changes Commits ------- caae3c5 setup.rst documentation fix
2 parents 237d086 + caae3c5 commit c3ebd3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ application:
4646
.. code-block:: terminal
4747
4848
# run this if you are building a traditional web application
49-
$ symfony new my_project_directory --version="6.3.*@dev" --webapp
49+
$ symfony new my_project_directory --version="6.3.*" --webapp
5050
5151
# run this if you are building a microservice, console application or API
52-
$ symfony new my_project_directory --version="6.3.*@dev"
52+
$ symfony new my_project_directory --version="6.3.*"
5353
5454
The only difference between these two commands is the number of packages
5555
installed by default. The ``--webapp`` option installs all the packages that you
@@ -61,12 +61,12 @@ Symfony application using Composer:
6161
.. code-block:: terminal
6262
6363
# run this if you are building a traditional web application
64-
$ composer create-project symfony/skeleton:"6.3.*@dev" my_project_directory
64+
$ composer create-project symfony/skeleton:"6.3.*" my_project_directory
6565
$ cd my_project_directory
6666
$ composer require webapp
6767
6868
# run this if you are building a microservice, console application or API
69-
$ composer create-project symfony/skeleton:"6.3.*@dev" my_project_directory
69+
$ composer create-project symfony/skeleton:"6.3.*" my_project_directory
7070
7171
No matter which command you run to create the Symfony application. All of them
7272
will create a new ``my_project_directory/`` directory, download some dependencies

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy