Skip to content

Commit d44e66c

Browse files
committed
minor #16807 Fix options path in composer.json (l-vo)
This PR was merged into the 5.4 branch. Discussion ---------- Fix options path in composer.json <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 05cf436 Fix options path in composer.json
2 parents bb6487b + 05cf436 commit d44e66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ can be set using the ``APP_RUNTIME_OPTIONS`` environment variable::
314314

315315
// ...
316316

317-
You can also configure ``extra.runtime.options`` in ``composer.json``:
317+
You can also configure ``extra.runtime`` in ``composer.json``:
318318

319319
.. code-block:: json
320320

0 commit comments

Comments
 (0)