Skip to content

Commit 35130ef

Browse files
committed
Minor tweaks
1 parent 16a0982 commit 35130ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/dot-env-changes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ changes can be made to any Symfony 3.4 or higher app:
4747

4848
#. Create a new `config/bootstrap.php`_ file in your project. This file loads Composer's
4949
autoloader and loads all the ``.env`` files as needed (note: in an earlier recipe,
50-
this file was called ``src/.bootstrap.php``).
51-
For Symfony 3.3 - 4.1 please use `3.3/config/bootstrap.php`_
50+
this file was called ``src/.bootstrap.php``; if you are upgrading from Symfony 3.3
51+
or 4.1, use the `3.3/config/bootstrap.php`_ file instead).
5252

5353
#. Update your `public/index.php`_ (`index.php diff`_) file to load the new ``config/bootstrap.php``
5454
file. If you've customized this file, make sure to keep those changes (but use

0 commit comments

Comments
 (0)