Skip to content

Commit 35fa90a

Browse files
committed
Update composer command example
1 parent 10f6320 commit 35fa90a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ You can also configure ``extra.runtime`` in ``composer.json``:
329329
}
330330
}
331331
332-
Then, update your Composer files (running ``composer update``, for instance),
332+
Then, update your Composer files (running ``composer dump-autoload``, for instance),
333333
so that the ``vendor/autoload_runtime.php`` files gets regenerated with the new option.
334334

335335
The following options are supported by the ``SymfonyRuntime``:

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define the ``runtime.dotenv_path`` option in the ``composer.json`` file:
4949
}
5050
}
5151
52-
Then, update your Composer files (running ``composer update``, for instance),
52+
Then, update your Composer files (running ``composer dump-autoload``, for instance),
5353
so that the ``vendor/autoload_runtime.php`` files gets regenerated with the new
5454
``.env`` path.
5555

0 commit comments

Comments
 (0)