Skip to content

Commit 6230ba5

Browse files
author
Antoine DURIEUX
committed
Spaces.
1 parent 847165c commit 6230ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/workflow/vendor_deps.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ or upgraded. You can set that directly to the ``deps`` file :
6666
version=the-awesome-version
6767
6868
69-
* The ``git`` option sets the URL of the library. It can use various protocols, like
70-
``http://`` as well as ``git://``.
69+
* The ``git`` option sets the URL of the library. It can use various protocols,
70+
like ``http://`` as well as ``git://``.
7171

7272
* The ``target`` option specifies where the repository will live : plain Symfony
73-
bundles should go under the ``vendor/bundles/Acme`` directory, other third-party
73+
bundles should go under the ``vendor/bundles/Acme`` directory, other third-party
7474
libraries usually go to ``vendor/my-awesome-libreary-name``. The target directory
7575
defaults to this last option when not specified.
7676

7777
* The ``version`` option allows you to set a specific revision. You can use a tag
78-
(``version=origin/0.42``) or a branch name (``refs/remotes/origin/awesome-branch``).
78+
(``version=origin/0.42``) or a branch name (``refs/remotes/origin/awesome-branch``).
7979
It defaults to ``origin/HEAD``.
8080

8181

0 commit comments

Comments
 (0)