8000 Added some details about deps management. by adurieux · Pull Request #1111 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added some details about deps management. #1111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 12, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo.
  • Loading branch information
Antoine Durieux committed Feb 29, 2012
commit d3f7fb0c775ad23a3a866b00af34e58c721f566b
2 changes: 1 addition & 1 deletion cookbook/workflow/vendor_deps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ or upgraded. You can set that directly to the ``deps`` file :

* The ``git`` option sets the URL of the library. It can use various protocols, like ``http://`` as well as ``git://``.

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

* 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``.

Expand Down
0