Skip to content

Commit

Permalink
remove extraneous composer repository config from example (#9159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Aug 8, 2024
1 parent 1f5b31b commit f4f09d3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions source/content/addons/object-cache/howto/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,13 @@ Refer to the [official Object Cache Pro documentation](https://objectcache.pro/d
git add auth.json && git commit -m "Add Object Cache Pro auth token."
```

1. Add the Object Cache Pro repository to your `composer.json` file's `repositories` section. Your final `repositories` section should look something like this:
1. Add the Object Cache Pro repository to your `composer.json` file's `repositories` section.
```json
repositories: [
{
"type": "composer",
"url": "https://objectcache.pro/repo/"
},
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
},
{
"type": "path",
"url": "upstream-configuration"
}
],
```
Expand Down

0 comments on commit f4f09d3

Please sign in to comment.