File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file:
158
158
Override the ``vendor `` Directory
159
159
---------------------------------
160
160
161
- To override the ``vendor `` directory you have to introduce changes in the
161
+ To override the ``vendor `` directory, you need to introduce changes in the
162
162
following files:
163
163
164
164
* ``app/autoload.php ``
165
165
* ``composer.json ``
166
166
167
- The change in the ``composer.json `` takes the form :
167
+ The change in the ``composer.json `` will look like this :
168
168
169
169
.. code-block :: json
170
170
@@ -177,7 +177,7 @@ The change in the ``composer.json`` takes the form:
177
177
...
178
178
}
179
179
180
- In ``app/autoload.php `` you need to modify the path leading to ``vendor/autoload.php ``
180
+ In ``app/autoload.php ``, you need to modify the path leading to the ``vendor/autoload.php ``
181
181
file::
182
182
183
183
// app/autoload.php
@@ -186,6 +186,6 @@ file::
186
186
187
187
.. tip ::
188
188
189
- This modification can be of interest if you work using virtual environment
190
- and cannot use NFS. For example, when running Symfony app using Vagrant/VirtualBox
191
- guest operating system.
189
+ This modification can be of interest if you are working in a virtual environment
190
+ and cannot use NFS - for example, if you're running a Symfony app using
191
+ Vagrant/VirtualBox in a guest operating system.
You can’t perform that action at this time.
0 commit comments