File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ Symfony application using Composer:
64
64
.. code-block :: terminal
65
65
66
66
# 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
68
68
$ cd my_project_directory
69
69
$ composer require webapp
70
70
71
71
# 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
73
73
74
74
No matter which command you run to create the Symfony application. All of them
75
75
will create a new ``my_project_directory/ `` directory, download some dependencies
You can’t perform that action at this time.
0 commit comments