We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0581e9 commit d0b1f61Copy full SHA for d0b1f61
configuration/micro_kernel_trait.rst
@@ -193,11 +193,11 @@ hold the kernel. Now it looks like this::
193
}
194
195
196
-Before you continue, run this command to add support for the new dependencies:
+Before continuing, run this command to add support for the new dependencies:
197
198
.. code-block:: terminal
199
200
- composer require symfony/yaml symfony/twig-bundle symfony/web-profiler-bundle doctrine/annotations
+ $ composer require symfony/yaml symfony/twig-bundle symfony/web-profiler-bundle doctrine/annotations
201
202
Unlike the previous kernel, this loads an external ``config/framework.yaml`` file,
203
because the configuration started to get bigger:
0 commit comments