Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
32a39df0
Commit
32a39df0
authored
Jun 14, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked documentation on optional dependencies
parent
14f48cb9
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
17 deletions
+24
-17
doc/providers/doctrine.rst
doc/providers/doctrine.rst
+3
-2
doc/providers/form.rst
doc/providers/form.rst
+3
-2
doc/providers/monolog.rst
doc/providers/monolog.rst
+3
-2
doc/providers/security.rst
doc/providers/security.rst
+3
-2
doc/providers/swiftmailer.rst
doc/providers/swiftmailer.rst
+3
-2
doc/providers/translation.rst
doc/providers/translation.rst
+3
-3
doc/providers/twig.rst
doc/providers/twig.rst
+3
-2
doc/providers/validator.rst
doc/providers/validator.rst
+3
-2
No files found.
doc/providers/doctrine.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/form.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/monolog.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/security.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/swiftmailer.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/translation.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/twig.rst
View file @
32a39df0
...
...
@@ -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
...
...
doc/providers/validator.rst
View file @
32a39df0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment