diff --git a/components/runtime.rst b/components/runtime.rst index b401127eab9..eadbe2b1bee 100644 --- a/components/runtime.rst +++ b/components/runtime.rst @@ -351,6 +351,8 @@ The following options are supported by the ``SymfonyRuntime``: To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED). ``prod_envs`` (default: ``["prod"]``) To define the names of the production envs. +``project_dir`` (default: ``vendor``, or `COMPOSER_VENDOR_DIR` environment variable) + To define the project directory. ``test_envs`` (default: ``["test"]``) To define the names of the test envs.