Skip to content

Commit db27a16

Browse files
committed
Fix third wave.
1 parent e566ade commit db27a16

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cookbook/bundles/installation.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44
How to install 3rd party bundles
55
================================
66

7-
Most bundles provide their own installation instructions. However the
7+
Most bundles provide their own installation instructions. However, the
88
basic steps for installing a bundle are the same.
99

1010
Add composer dependencies
1111
-------------------------
1212

13-
Starting from Symfony2.1 dependencies are managed with Composer. It's
14-
a good idea to learn some basics of Composer in
15-
`their documentation`_.
13+
Starting from Symfony 2.1 dependencies are managed with Composer. It's
14+
a good idea to learn some basics of Composer in `their documentation`_.
1615

1716
Before you can use composer to install a bundle, you should look for a
1817
`Packagist`_ package of that bundle. For example, for the
1918
`FOSUserBundle`_ you should look for a
2019
``friendsofsymfony/user-bundle`` package and it does exists:
21-
https://packagist.org/packages/friendsofsymfony/user-bundle.
20+
https://packagist.org/packages/friendsofsymfony/user-bundle .
2221

2322
.. note::
2423

@@ -35,7 +34,7 @@ particular version of Symfony, this should be in the ``README`` file (in
3534
the Package, which you can view on Github or KnpBundles). If it isn't
3635
in the ``README``, you can use the version you want. In the case of the
3736
FOSUserBundle, the ``README`` file has a caution that version 1.2.0 must be
38-
used for Symfony2.0 and 1.3 for Symfony2.1+. Let's use the development
37+
used for Symfony 2.0 and 1.3 for Symfony 2.1+. Let's use the development
3938
version for this example.
4039

4140
Now we can add the bundle to our ``composer.json`` file and update the

0 commit comments

Comments
 (0)