Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7e8cc7

Browse filesBrowse files
author
Antoine Durieux
committed
Changed levels.
1 parent 71ec9b0 commit c7e8cc7
Copy full SHA for c7e8cc7

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎cookbook/workflow/_vendor_deps.rst.inc

Copy file name to clipboardExpand all lines: cookbook/workflow/_vendor_deps.rst.inc
+7-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.