Commit 32a39df0 authored by Fabien Potencier's avatar Fabien Potencier

tweaked documentation on optional dependencies

parent 14f48cb9
...@@ -60,8 +60,9 @@ Registering ...@@ -60,8 +60,9 @@ Registering
.. note:: .. note::
Doctrine does not come with the ``silex`` archives, so you need to add Doctrine DBAL comes with the "fat" Silex archive but not with the regular
Doctrine DBAL as a dependency to your ``composer.json`` file: one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -49,8 +49,9 @@ Registering ...@@ -49,8 +49,9 @@ Registering
.. note:: .. note::
The Symfony Form component does not come with the ``silex`` archives, so The Symfony Form Component comes with the "fat" Silex archive but not with
you need to add it as a dependency to your ``composer.json`` file: the regular one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -45,8 +45,9 @@ Registering ...@@ -45,8 +45,9 @@ Registering
.. note:: .. note::
Monolog does not come with the ``silex`` archives, so you need to add it Monolog comes with the "fat" Silex archive but not with the regular one.
as a dependency to your ``composer.json`` file: If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -49,8 +49,9 @@ Registering ...@@ -49,8 +49,9 @@ Registering
.. note:: .. note::
The Symfony Security component does not come with the ``silex`` archives, The Symfony Security Component comes with the "fat" Silex archive but not
so you need to add it as a dependency to your ``composer.json`` file: with the regular one. If you are using Composer, add it as a dependency to
your ``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -62,8 +62,9 @@ Registering ...@@ -62,8 +62,9 @@ Registering
.. note:: .. note::
SwiftMailer does not come with the ``silex`` archives, so you need to add SwiftMailer comes with the "fat" Silex archive but not with the regular
it as a dependency to your ``composer.json`` file: one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -43,9 +43,9 @@ Registering ...@@ -43,9 +43,9 @@ Registering
.. note:: .. note::
The Symfony Translation component does not come with the ``silex`` The Symfony Translation Component comes with the "fat" Silex archive but
archives, so you need to add it as a dependency to your ``composer.json`` not with the regular one. If you are using Composer, add it as a
file: dependency to your ``composer.json`` file:
.. code-block:: json .. code-block:: json
......
...@@ -44,8 +44,9 @@ Registering ...@@ -44,8 +44,9 @@ Registering
.. note:: .. note::
Twig does not come with the ``silex`` archives, so you need to add it as a Twig comes with the "fat" Silex archive but not with the regular one. If
dependency to your ``composer.json`` file: you are using Composer, add it as a dependency to your ``composer.json``
file:
.. code-block:: json .. code-block:: json
......
...@@ -37,8 +37,9 @@ Registering ...@@ -37,8 +37,9 @@ Registering
.. note:: .. note::
The Symfony Validator component does not come with the ``silex`` archives, The Symfony Validator Component comes with the "fat" Silex archive but not
so you need to add it as a dependency to your ``composer.json`` file: with the regular one. If you are using Composer, add it as a dependency to
your ``composer.json`` file:
.. code-block:: json .. code-block:: json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment