8000 Merge branch '4.1' into 4.2 · symfony/symfony-docs@1e6fb77 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e6fb77

Browse files
committed
Merge branch '4.1' into 4.2
* 4.1: updating commit range for config/bootstrap.php
2 parents 7c1b3a0 + 911afff commit 1e6fb77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/dot-env-changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ changes can be made to any Symfony 3.4 or higher app:
6565
- /.env
6666
+ /.env.local
6767
+ /.env.*.local
68-
68+
6969
# ...
7070
7171
#. Rename ``.env`` to ``.env.local`` and ``.env.dist`` to ``.env``:
@@ -88,9 +88,9 @@ changes can be made to any Symfony 3.4 or higher app:
8888

8989
.. _`config/bootstrap.php`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/4.2/config/bootstrap.php
9090
.. _`public/index.php`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/4.2/public/index.php
91-
.. _`index.php diff`: https://github.com/symfony/recipes/compare/8a4e5555e30d5dff64275e2788a901f31a214e79...86e2b6795c455f026e5ab0cba2aff2c7a18511f7#diff-473fca613b5bda15d87731036cb31586
91+
.. _`index.php diff`: https://github.com/symfony/recipes/compare/8a4e5555e30d5dff64275e2788a901f31a214e79...f54d6a468405d0d8d27b0e790dc09a01e337777a#diff-473fca613b5bda15d87731036cb31586
9292
.. _`bin/console`: https://github.com/symfony/recipes/blob/master/symfony/console/3.3/bin/console
93-
.. _`bin/console diff`: https://github.com/symfony/recipes/compare/8a4e5555e30d5dff64275e2788a901f31a214e79...86e2b6795c455f026e5ab0cba2aff2c7a18511f7#diff-2af50efd729ff8e61dcbd936cf2b114b
93+
.. _`bin/console diff`: https://github.com/symfony/recipes/compare/8a4e5555e30d5dff64275e2788a901f31a214e79...f54d6a468405d0d8d27b0e790dc09a01e337777a#diff-2af50efd729ff8e61dcbd936cf2b114b
9494
.. _`comment on the top of .env`: https://github.com/symfony/recipes/blob/master/symfony/flex/1.0/.env
9595
.. _`create a new .env.test`: https://github.com/symfony/recipes/blob/master/symfony/phpunit-bridge/3.3/.env.test
9696
.. _`phpunit.xml.dist file`: https://github.com/symfony/recipes/blob/master/symfony/phpunit-bridge/3.3/phpunit.xml.dist

0 commit comments

Comments
 (0)
0