|
@@ -222,7 +222,7 @@ for more information.
|
|
|
### VCS
|
|
|
|
|
|
VCS stands for version control system. This includes versioning systems like
|
|
|
-git, svn or hg. Composer has a repository type for installing packages from
|
|
|
+git, svn, fossil or hg. Composer has a repository type for installing packages from
|
|
|
these systems.
|
|
|
|
|
|
#### Loading a package from a VCS repository
|
|
@@ -300,6 +300,7 @@ The following are supported:
|
|
|
* **Git:** [git-scm.com](https://git-scm.com)
|
|
|
* **Subversion:** [subversion.apache.org](https://subversion.apache.org)
|
|
|
* **Mercurial:** [mercurial.selenic.com](http://mercurial.selenic.com)
|
|
|
+* **Fossil**: [fossil-scm.org](https://www.fossil-scm.org/)
|
|
|
|
|
|
To get packages from these systems you need to have their respective clients
|
|
|
installed. That can be inconvenient. And for this reason there is special
|
|
@@ -311,8 +312,8 @@ VCS repository provides `dist`s for them that fetch the packages as zips.
|
|
|
* **BitBucket:** [bitbucket.org](https://bitbucket.org) (Git and Mercurial)
|
|
|
|
|
|
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 `git`, `svn` or
|
|
|
-`hg` as the repository type instead of `vcs`.
|
|
|
+should you need to specify one for whatever reason, you can use `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
|
|
|
repository as it would with any other git repository instead of using the
|