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

tweaked documentation on optional dependencies

parent 14f48cb9
......@@ -60,8 +60,9 @@ Registering
.. note::
Doctrine does not come with the ``silex`` archives, so you need to add
Doctrine DBAL as a dependency to your ``composer.json`` file:
Doctrine DBAL comes with the "fat" Silex archive but not with the regular
one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json
......
......@@ -49,8 +49,9 @@ Registering
.. note::
The Symfony Form component does not come with the ``silex`` archives, so
you need to add it as a dependency to your ``composer.json`` file:
The Symfony Form Component comes with the "fat" Silex archive but not with
the regular one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json
......
......@@ -45,8 +45,9 @@ Registering
.. note::
Monolog does not come with the ``silex`` archives, so you need to add it
as a dependency to your ``composer.json`` file:
Monolog comes with the "fat" Silex archive but not with the regular one.
If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json
......
......@@ -49,8 +49,9 @@ Registering
.. note::
The Symfony Security component does not come with the ``silex`` archives,
so you need to add it as a dependency to your ``composer.json`` file:
The Symfony Security Component comes with the "fat" Silex archive but not
with the regular one. If you are using Composer, add it as a dependency to
your ``composer.json`` file:
.. code-block:: json
......
......@@ -62,8 +62,9 @@ Registering
.. note::
SwiftMailer does not come with the ``silex`` archives, so you need to add
it as a dependency to your ``composer.json`` file:
SwiftMailer comes with the "fat" Silex archive but not with the regular
one. If you are using Composer, add it as a dependency to your
``composer.json`` file:
.. code-block:: json
......
......@@ -43,9 +43,9 @@ Registering
.. note::
The Symfony Translation component does not come with the ``silex``
archives, so you need to add it as a dependency to your ``composer.json``
file:
The Symfony Translation Component comes with the "fat" Silex archive but
not with the regular one. If you are using Composer, add it as a
dependency to your ``composer.json`` file:
.. code-block:: json
......
......@@ -44,8 +44,9 @@ Registering
.. note::
Twig does not come with the ``silex`` archives, so you need to add it as a
dependency to your ``composer.json`` file:
Twig comes with the "fat" Silex archive but not with the regular one. If
you are using Composer, add it as a dependency to your ``composer.json``
file:
.. code-block:: json
......
......@@ -37,8 +37,9 @@ Registering
.. note::
The Symfony Validator component does not come with the ``silex`` archives,
so you need to add it as a dependency to your ``composer.json`` file:
The Symfony Validator Component comes with the "fat" Silex archive but not
with the regular one. If you are using Composer, add it as a dependency to
your ``composer.json`` file:
.. 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