Skip to content

Commit c7e8cc7

Browse files
author
Antoine Durieux
committed
Changed levels.
1 parent 71ec9b0 commit c7e8cc7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cookbook/workflow/_vendor_deps.rst.inc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Managing Vendor Libraries with bin/vendors and deps
2-
===================================================
2+
---------------------------------------------------
3+
4+
### How does it work ?
35

4-
How does it work ?
5-
------------------
66

77
Every Symfony project uses a group of third-party "vendor" libraries. One
88
way or another the goal is to download these files into your ``vendor/``
@@ -52,8 +52,8 @@ script to ensure that all of the needed vendor libraries are downloaded.
5252
into the ``deps.lock`` file.
5353

5454

55-
Hacking vendor libraries
56-
------------------------
55+
### Hacking vendor libraries
56+
5757

5858
Sometimes, you want a specific branch, tag, or commit of a library to be downloaded
5959
or upgraded. You can set that directly to the ``deps`` file :
@@ -73,8 +73,8 @@ or upgraded. You can set that directly to the ``deps`` file :
7373
* The ``version`` option allows you to set a specific revision. You can use a tag (``version=origin/0.42``) or a branch name (``refs/remotes/origin/awesome-branch``). It defaults to ``origin/HEAD``.
7474

7575

76-
Updating workflow
77-
-----------------
76+
### Updating workflow
77+
7878

7979
When you execute the ``php bin/vendors install``, for every library, the script first checks if the install directory exists.
8080

0 commit comments

Comments
 (0)