Skip to content

Commit 7f6e80b

Browse files
committed
minor #20431 fix: Update micro_kernel_trait.rst (m0rff)
This PR was merged into the 7.2 branch. Discussion ---------- fix: Update micro_kernel_trait.rst <!-- 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 `7.x` for features of unreleased versions). --> Commits ------- a0f7fab fix: Update micro_kernel_trait.rst
2 parents 977be32 + a0f7fab commit 7f6e80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ via Composer:
1616

1717
.. code-block:: terminal
1818
19-
$ composer symfony/framework-bundle symfony/runtime
19+
$ composer require symfony/framework-bundle symfony/runtime
2020
2121
Next, create an ``index.php`` file that defines the kernel class and runs it:
2222

0 commit comments

Comments
 (0)