You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every Symfony project uses a group of third-party "vendor" libraries. One
8
8
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.
52
52
into the ``deps.lock`` file.
53
53
54
54
55
-
Hacking vendor libraries
56
-
------------------------
55
+
### Hacking vendor libraries
56
+
57
57
58
58
Sometimes, you want a specific branch, tag, or commit of a library to be downloaded
59
59
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 :
73
73
* 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``.
74
74
75
75
76
-
Updating workflow
77
-
-----------------
76
+
### Updating workflow
77
+
78
78
79
79
When you execute the ``php bin/vendors install``, for every library, the script first checks if the install directory exists.
0 commit comments