Skip to content

Commit b7438ff

Browse files
BahmanMDOskarStark
authored andcommitted
Update setup.rst ( version 6.2 )
1 parent 1a422c3 commit b7438ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ Symfony application using Composer:
6464
.. code-block:: terminal
6565
6666
# run this if you are building a traditional web application
67-
$ composer create-project symfony/skeleton:"6.0.*" my_project_directory
67+
$ composer create-project symfony/skeleton:"6.2.*@dev" my_project_directory
6868
$ cd my_project_directory
6969
$ composer require webapp
7070
7171
# run this if you are building a microservice, console application or API
72-
$ composer create-project symfony/skeleton:"6.0.*" my_project_directory
72+
$ composer create-project symfony/skeleton:"6.2.*@dev" my_project_directory
7373
7474
No matter which command you run to create the Symfony application. All of them
7575
will create a new ``my_project_directory/`` directory, download some dependencies

0 commit comments

Comments
 (0)