Skip to content

Commit 4da8e5b

Browse files
committed
fixed markup
1 parent 9d1d88d commit 4da8e5b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cookbook/workflow/_vendor_deps.rst.inc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Managing Vendor Libraries with bin/vendors and deps
22
---------------------------------------------------
33

4-
### How does it work ?
4+
How does it work ?
5+
~~~~~~~~~~~~~~~~~~
56

67
Every Symfony project uses a group of third-party "vendor" libraries. One
78
way or another the goal is to download these files into your ``vendor/``
@@ -50,7 +51,8 @@ script to ensure that all of the needed vendor libraries are downloaded.
5051
by updating them to the version specified in ``deps`` and recording it
5152
into the ``deps.lock`` file.
5253

53-
### Hacking vendor libraries
54+
Hacking vendor libraries
55+
~~~~~~~~~~~~~~~~~~~~~~~~
5456

5557
Sometimes, you want a specific branch, tag, or commit of a library to be downloaded
5658
or upgraded. You can set that directly to the ``deps`` file :
@@ -74,7 +76,8 @@ or upgraded. You can set that directly to the ``deps`` file :
7476
(``version=origin/0.42``) or a branch name (``refs/remotes/origin/awesome-branch``).
7577
It defaults to ``origin/HEAD``.
7678

77-
### Updating workflow
79+
Updating workflow
80+
~~~~~~~~~~~~~~~~~
7881

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

0 commit comments

Comments
 (0)