From 05cf43629142fef91a29e8f6117d833d0ffd5a58 Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Tue, 17 May 2022 11:58:07 +0200 Subject: [PATCH] Fix options path in composer.json --- components/runtime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/runtime.rst b/components/runtime.rst index adfec8c3622..b3b3bef1ecd 100644 --- a/components/runtime.rst +++ b/components/runtime.rst @@ -314,7 +314,7 @@ can be set using the ``APP_RUNTIME_OPTIONS`` environment variable:: // ... -You can also configure ``extra.runtime.options`` in ``composer.json``: +You can also configure ``extra.runtime`` in ``composer.json``: .. code-block:: json