8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d2a8 commit 5b3f68eCopy full SHA for 5b3f68e
cookbook/workflow/new_project_git.rst
@@ -28,11 +28,11 @@ git repository:
28
29
$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.5'
30
31
-.. tip::
+ .. tip::
32
33
- Add the ``-vvv`` flag to see everything that Composer is doing - this is
34
- especially useful on a slow connection where it may seem that nothing is
35
- happening.
+ Add the ``-vvv`` flag to see everything that Composer is doing - this is
+ especially useful on a slow connection where it may seem that nothing is
+ happening.
36
37
Composer will now download the Standard Distribution along with all of the
38
required vendor libraries. For more information about downloading Symfony using
0 commit comments