From bcc13a0b81ea46226206b2b32850c146febcca5f Mon Sep 17 00:00:00 2001 From: Andrea Cristaudo Date: Sat, 11 Sep 2021 10:07:57 +0200 Subject: [PATCH] Add a note on "--no-plugins" Composer option effects When you use the "--no-plugins" Composer option the autoload_runtime.php file won't be created. --- components/runtime.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/runtime.rst b/components/runtime.rst index aaa532a380f..a6d25ae230a 100644 --- a/components/runtime.rst +++ b/components/runtime.rst @@ -53,6 +53,12 @@ the component. This file runs the following logic: .. caution:: +<<<<<<< HEAD +======= + If you use the Composer ``--no-plugins`` option the ``autoload_runtime.php`` + file won't be created. + +>>>>>>> af698f2b2 (Add a note on "--no-plugins" Composer option effects) If you use the Composer ``--no-scripts`` option, make sure your Composer version is ``>=2.1.3``; otherwise the ``autoload_runtime.php`` file won't be created.