1
0
Fork 0

Update authentication-for-private-packages.md (#12159)

Fix Command line inline http-basic command
pull/12176/head
Alexis Urien 2024-10-19 13:28:13 -07:00 committed by GitHub
parent 0191d0c7c5
commit 1310118101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ If the username e.g. is an email address it needs to be passed as `name%40exampl
### Command line inline http-basic ### Command line inline http-basic
```shell ```shell
php composer.phar config [--global] repositories composer.unique-name https://username:password@repo.example.org php composer.phar config [--global] repositories.unique-name composer https://username:password@repo.example.org
``` ```
### Manual inline http-basic ### Manual inline http-basic