Skip to content

Commit e8a4d96

Browse files
committed
minor #9085 Change symfony-public-dir to public-dir (Idziak)
This PR was merged into the 4.0 branch. Discussion ---------- Change symfony-public-dir to public-dir As explained in #8766 Commits ------- 5f34f05 Change symfony-public-dir to public-dir
2 parents c13c73d + 5f34f05 commit e8a4d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/override_dir_structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ those files::
143143

144144
require_once __DIR__.'/../path/to/vendor/autoload.php';
145145

146-
You also need to change the ``extra.symfony-public-dir`` option in the
146+
You also need to change the ``extra.public-dir`` option in the
147147
``composer.json`` file:
148148

149149
.. code-block:: json
@@ -152,7 +152,7 @@ You also need to change the ``extra.symfony-public-dir`` option in the
152152
"...": "...",
153153
"extra": {
154154
"...": "...",
155-
"symfony-public-dir": "my_new_public_dir"
155+
"public-dir": "my_new_public_dir"
156156
}
157157
}
158158

0 commit comments

Comments
 (0)