1
0
Fork 0

Revert rename of handling private packages with satis page to split off to new CR.

pull/9250/head
Frank Prins 2020-10-05 10:45:41 +02:00
parent 6a2f91a0e0
commit e90e08dc26
3 changed files with 2 additions and 2 deletions

View File

@ -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.
Check [the satis GitHub repository](https://github.com/composer/satis) and
the [handling private packages article](articles/handling-private-packages.md) for more
the [handling private packages article](articles/handling-private-packages-with-satis.md) for more
information.
### Artifact

View File

@ -4,7 +4,7 @@
# Authentication for privately hosted packages
Your [private package server](handling-private-packages.md) is probably secured with one
Your [private package server](handling-private-packages-with-satis.md) is probably secured with one
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
package(s).