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
826dac7f
Commit
826dac7f
authored
Aug 29, 2015
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed references to the fat archive in the docs
parent
2179d540
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
28 deletions
+15
-28
doc/providers/asset.rst
doc/providers/asset.rst
+1
-2
doc/providers/csrf.rst
doc/providers/csrf.rst
+3
-4
doc/providers/doctrine.rst
doc/providers/doctrine.rst
+1
-2
doc/providers/form.rst
doc/providers/form.rst
+1
-3
doc/providers/monolog.rst
doc/providers/monolog.rst
+1
-2
doc/providers/security.rst
doc/providers/security.rst
+1
-2
doc/providers/serializer.rst
doc/providers/serializer.rst
+3
-4
doc/providers/swiftmailer.rst
doc/providers/swiftmailer.rst
+1
-2
doc/providers/translation.rst
doc/providers/translation.rst
+1
-3
doc/providers/twig.rst
doc/providers/twig.rst
+1
-2
doc/providers/validator.rst
doc/providers/validator.rst
+1
-2
No files found.
doc/providers/asset.rst
View file @
826dac7f
...
...
@@ -37,8 +37,7 @@ Registering
.. note::
The Symfony Asset Component comes with the "fat" Silex archive but not with
the regular one. If you are using Composer, add it as a dependency:
Add the Symfony Asset Component as a dependency:
.. code-block:: bash
...
...
doc/providers/csrf.rst
View file @
826dac7f
...
...
@@ -29,10 +29,9 @@ Registering
.. note::
The *SerializerServiceProvider* relies on Symfony's `Serializer Component
<http://symfony.com/doc/current/components/serializer.html>`_, which comes
with the "fat" Silex archive but not with the regular one. If you are using
Composer, add it as a dependency:
Add the Symfony's `Serializer Component
<http://symfony.com/doc/current/components/serializer.html>`_ as a
dependency:
.. code-block:: bash
...
...
doc/providers/doctrine.rst
View file @
826dac7f
...
...
@@ -63,8 +63,7 @@ Registering
.. note::
Doctrine DBAL comes with the "fat" Silex archive but not with the regular
one. If you are using Composer, add it as a dependency:
Add the Doctrine DBAL as a dependency:
.. code-block:: bash
...
...
doc/providers/form.rst
View file @
826dac7f
...
...
@@ -42,9 +42,7 @@ Registering
.. note::
The Symfony Form Component and all its dependencies (optional or not) comes
with the "fat" Silex archive but not with the regular one. If you are using
Composer, add it as a dependency:
Add the Symfony Form Component as a dependency:
.. code-block:: bash
...
...
doc/providers/monolog.rst
View file @
826dac7f
...
...
@@ -53,8 +53,7 @@ Registering
.. note::
Monolog comes with the "fat" Silex archive but not with the regular one.
If you are using Composer, add it as a dependency:
Add Monolog as a dependency:
.. code-block:: bash
...
...
doc/providers/security.rst
View file @
826dac7f
...
...
@@ -58,8 +58,7 @@ Registering
.. note::
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:
Add the Symfony Security Component as a dependency:
.. code-block:: bash
...
...
doc/providers/serializer.rst
View file @
826dac7f
...
...
@@ -33,10 +33,9 @@ Registering
.. note::
The *SerializerServiceProvider* relies on Symfony's `Serializer Component
<http://symfony.com/doc/current/components/serializer.html>`_,
which comes with the "fat" Silex archive but not with the regular
one. If you are using Composer, add it as a dependency:
Add the Symfony's `Serializer Component
<http://symfony.com/doc/current/components/serializer.html>`_ as a
dependency:
.. code-block:: bash
...
...
doc/providers/swiftmailer.rst
View file @
826dac7f
...
...
@@ -74,8 +74,7 @@ Registering
.. note::
SwiftMailer comes with the "fat" Silex archive but not with the regular
one. If you are using Composer, add it as a dependency:
Add SwiftMailer as a dependency:
.. code-block:: bash
...
...
doc/providers/translation.rst
View file @
826dac7f
...
...
@@ -44,9 +44,7 @@ Registering
.. note::
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:
Add the Symfony Translation Component as a dependency:
.. code-block:: bash
...
...
doc/providers/twig.rst
View file @
826dac7f
...
...
@@ -41,8 +41,7 @@ Registering
.. note::
Twig comes with the "fat" Silex archive but not with the regular one. If
you are using Composer, add it as a dependency:
Add Twig as a dependency:
.. code-block:: bash
...
...
doc/providers/validator.rst
View file @
826dac7f
...
...
@@ -34,8 +34,7 @@ Registering
.. note::
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:
Add the Symfony Validator Component as a dependency:
.. code-block:: bash
...
...
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