File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 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:
158158 Override the ``vendor `` Directory
159159---------------------------------
160160
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
162162following files:
163163
164164* ``app/autoload.php ``
165165* ``composer.json ``
166166
167- The change in the ``composer.json `` takes the form :
167+ The change in the ``composer.json `` will look like this :
168168
169169.. code-block :: json
170170
@@ -177,7 +177,7 @@ The change in the ``composer.json`` takes the form:
177177 ...
178178 }
179179
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 ``
181181file::
182182
183183 // app/autoload.php
@@ -186,6 +186,6 @@ file::
186186
187187.. tip ::
188188
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