Skip to content

Commit 5f34f05

Browse files
authored
Change symfony-public-dir to public-dir
As explained in #8766
1 parent 1f8dcc1 commit 5f34f05

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)