mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Update list of explicit VCS repo types, refs #7023
This commit is contained in:
parent
595cf4432c
commit
f28feedf58
1 changed files with 3 additions and 2 deletions
|
@ -284,8 +284,9 @@ VCS repository provides `dist`s for them that fetch the packages as zips.
|
||||||
* **BitBucket:** [bitbucket.org](https://bitbucket.org) (Git and Mercurial)
|
* **BitBucket:** [bitbucket.org](https://bitbucket.org) (Git and Mercurial)
|
||||||
|
|
||||||
The VCS driver to be used is detected automatically based on the URL. However,
|
The VCS driver to be used is detected automatically based on the URL. However,
|
||||||
should you need to specify one for whatever reason, you can use `fossil`, `git`,
|
should you need to specify one for whatever reason, you can use `git-bitbucket`,
|
||||||
`svn` or `hg` as the repository type instead of `vcs`.
|
`hg-bitbucket`, `github`, `gitlab`, `perforce`, `fossil`, `git`, `svn` or `hg`
|
||||||
|
as the repository type instead of `vcs`.
|
||||||
|
|
||||||
If you set the `no-api` key to `true` on a github repository it will clone the
|
If you set the `no-api` key to `true` on a github repository it will clone the
|
||||||
repository as it would with any other git repository instead of using the
|
repository as it would with any other git repository instead of using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue