Skip to content

Commit 8bc6ed9

Browse files
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.
1 parent 35f06c3 commit 8bc6ed9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/runtime.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ the component. This file runs the following logic:
5353

5454
.. caution::
5555

56+
If you use the Composer ``--no-plugins`` option the ``autoload_runtime.php``
57+
file won't be created.
58+
5659
If you use the Composer ``--no-scripts`` option, make sure your Composer version
5760
is ``>=2.1.3``; otherwise the ``autoload_runtime.php`` file won't be created.
5861

0 commit comments

Comments
 (0)