File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ Distribution:
66
66
To download the vendor files faster, add the ``--prefer-dist `` option at
67
67
the end of any Composer command.
68
68
69
+ Add the ``-vvv `` flag to see everything that Composer is doing - this is
70
+ especially useful on a slow connection where it may seem that nothing is
71
+ happening.
72
+
69
73
This command may take several minutes to run as Composer downloads the Standard
70
74
Distribution along with all of the vendor libraries that it needs. When it finishes,
71
75
you should have a directory that looks something like this:
Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ git repository:
26
26
27
27
.. code-block :: bash
28
28
29
- $ php composer.phar create-project symfony/framework-standard-edition path/ ' ~2.3'
29
+ $ php composer.phar create-project symfony/framework-standard-edition path/ ' ~2.5'
30
+
31
+ .. 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.
30
36
31
37
Composer will now download the Standard Distribution along with all of the
32
38
required vendor libraries. For more information about downloading Symfony using
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ directory:
22
22
23
23
$ composer create-project symfony/framework-standard-edition myproject/ ' ~2.3'
24
24
25
+ .. tip ::
26
+
27
+ Add the ``-vvv `` flag to see everything that Composer is doing - this is
28
+ especially useful on a slow connection where it may seem that nothing is
29
+ happening.
30
+
25
31
.. note ::
26
32
27
33
`Composer `_ is the package manager used by modern PHP applications and the
You can’t perform that action at this time.
0 commit comments