From f989d840692338043ae183fc2401930f76944cc8 Mon Sep 17 00:00:00 2001 From: Lee Hanbury Date: Wed, 19 Jun 2024 13:04:07 +0100 Subject: [PATCH] Replace `packagist_token` with `composer_authentications` It seems like `packagist_token` was removed in Trellis but the docs were forgotten to be updated. Apologies if this is not the case; just couldn't find it in the source code anywhere and saw commit to remove it. --- trellis/wordpress-sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trellis/wordpress-sites.md b/trellis/wordpress-sites.md index 66f29f1e..2396cc81 100644 --- a/trellis/wordpress-sites.md +++ b/trellis/wordpress-sites.md @@ -97,7 +97,7 @@ example.com: - `local_path` - path targeting Bedrock-based site directory (*required*) - `current_path` - symlink to latest release (default: `current`) - `db_create` - whether to auto create a database or not (default: `true`) -- `packagist_token` - Token to use to authenticate with Packagist.com for private Composer repositories (optional) +- `composer_authentications` - Composer auth setup. Useful for configuring access to private repositories. See the [Composer HTTP Basic Authentication docs](https://roots.io/trellis/docs/composer-http-basic-authentication/) (optional) - `ssl` - SSL options. See the [SSL docs](ssl.md) - `multisite` - Multisite options. See the [Multisite docs](multisite.md) - `cache` - Nginx FastCGI cache options. See the [Cache docs](fastcgi-caching.md)