[docs] minor fixes
parent
b71db7607d
commit
9cc02a7596
|
@ -246,7 +246,7 @@ acts as a proxy between VCS repositories and the composer users. It holds a list
|
||||||
of all VCS packages, periodically re-crawls them, and exposes them as a composer
|
of all VCS packages, periodically re-crawls them, and exposes them as a composer
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
To put set your own copy, simply follow the instructions from the [packagist
|
To set your own copy, simply follow the instructions from the [packagist
|
||||||
github repository](https://github.com/composer/packagist).
|
github repository](https://github.com/composer/packagist).
|
||||||
|
|
||||||
### Satis
|
### Satis
|
||||||
|
@ -255,8 +255,9 @@ Satis is a static `composer` repository generator. It is a bit like a ultra-
|
||||||
lightweight, file-based version of packagist.
|
lightweight, file-based version of packagist.
|
||||||
|
|
||||||
You give it a `composer.json` containing repositories, typically VCS and package
|
You give it a `composer.json` containing repositories, typically VCS and package
|
||||||
repository definitions. It will fetch all the packages from these repositories
|
repository definitions. It will fetch all the packages that are `require`d from
|
||||||
and dump a `packages.json` that is your `composer` repository.
|
these repositories and dump a `packages.json` that is your `composer`
|
||||||
|
repository.
|
||||||
|
|
||||||
Check [the satis GitHub repository](https://github.com/composer/satis) for more
|
Check [the satis GitHub repository](https://github.com/composer/satis) for more
|
||||||
information.
|
information.
|
||||||
|
|
Loading…
Reference in New Issue