Skip to content
Snippets Groups Projects
Unverified Commit e1dd631b authored by Martin Herndl's avatar Martin Herndl Committed by GitHub
Browse files

docs: document composer VCS repo name hint (#14875)

parent 0245f0f4
No related branches found
No related tags found
No related merge requests found
Extracts dependencies from `composer.json` files, and keeps the associated `composer.lock` file updated too.
If you use [VCS repositories](https://getcomposer.org/doc/05-repositories.md#vcs) then Renovate needs a hint via the `name` property, which must match the relevant package.
For example, the package `acme/foo` would need an entry in [repositories](https://getcomposer.org/doc/04-schema.md#repositories) similar to the following:
```json
{
"name": "acme/foo",
"type": "vcs",
"url": "http://vcs-of-acme.org/acme/foo.git"
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment