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.
2 parents cfbc03f + 5b3f68e commit 2e35f03Copy full SHA for 2e35f03
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