Skip to content

Commit

Permalink
Add a note on "--no-plugins" Composer option effects
Browse files Browse the repository at this point in the history
When you use the "--no-plugins" Composer option the autoload_runtime.php file won't be created.
  • Loading branch information
andrea-cristaudo authored and javiereguiluz committed Mar 22, 2022
1 parent 8377d55 commit bcc13a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bcc13a0

Please sign in to comment.