Skip to content

Commit 9dd96b2

Browse files
committed
minor symfony#15800 Add a note on "--no-plugins" Composer option effects on runtime component (andrea-cristaudo)
This PR was submitted for the 5.3 branch but it was merged into the 5.4 branch instead. Discussion ---------- Add a note on "--no-plugins" Composer option effects on runtime component <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bcc13a0 Add a note on "--no-plugins" Composer option effects
2 parents 8377d55 + bcc13a0 commit 9dd96b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/runtime.rst

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

5454
.. caution::
5555

56+
<<<<<<< HEAD
57+
=======
58+
If you use the Composer ``--no-plugins`` option the ``autoload_runtime.php``
59+
file won't be created.
60+
61+
>>>>>>> af698f2b2 (Add a note on "--no-plugins" Composer option effects)
5662
If you use the Composer ``--no-scripts`` option, make sure your Composer version
5763
is ``>=2.1.3``; otherwise the ``autoload_runtime.php`` file won't be created.
5864

0 commit comments

Comments
 (0)