File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,9 @@ by running the following command from the command line:
79
79
.. tip ::
80
80
81
81
You can call ``php bin/vendors.php --min `` if you don't want all of the
82
- Git history for your vendor libraries. This also makes the installation
83
- much faster.
82
+ Git history for your vendor libraries. This makes the installation much
83
+ faster, but you can't "freeze" your vendor libraries later at an arbitrary
84
+ point.
84
85
85
86
This command downloads all of the necessary vendor libraries - including Symfony
86
87
itself - into the ``vendor/ `` directory.
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ Requirements for running Symfony2
6
6
7
7
To run Symfony2, your system needs to adhere to a list of requirements. You can
8
8
easily see if your system passes all requirements by running the ``web/config.php ``
9
- in your symfony distribution. To check your requirements from the command
10
- line, run:
9
+ in your symfony distribution. Since the CLI often uses a different ``php.ini ``
10
+ configuration file, it's also a good idea to check your requirements from
11
+ the command line via:
11
12
12
13
.. code-block :: bash
13
14
You can’t perform that action at this time.
0 commit comments