Rename handling private packages page to better reflect content
parent
2afd7e5913
commit
78f9dd73ce
|
@ -507,7 +507,7 @@ package repository definitions. It will fetch all the packages that are
|
||||||
`require`d and dump a `packages.json` that is your `composer` repository.
|
`require`d and dump a `packages.json` that is your `composer` repository.
|
||||||
|
|
||||||
Check [the satis GitHub repository](https://github.com/composer/satis) and
|
Check [the satis GitHub repository](https://github.com/composer/satis) and
|
||||||
the [handling private packages article](articles/handling-private-packages-with-satis.md) for more
|
the [handling private packages article](articles/handling-private-packages.md) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
### Artifact
|
### Artifact
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Authentication for privately hosted packages
|
# Authentication for privately hosted packages
|
||||||
|
|
||||||
Your [private package server](handling-private-packages-with-satis.md) is probably secured with one
|
Your [private package server](handling-private-packages.md) is probably secured with one
|
||||||
or more authentication options. In order to allow your project to have access to these
|
or more authentication options. In order to allow your project to have access to these
|
||||||
packages you will have to tell Composer how to authenticate with the server that hosts the
|
packages you will have to tell Composer how to authenticate with the server that hosts the
|
||||||
package(s).
|
package(s).
|
||||||
|
|
Loading…
Reference in New Issue