renovate/lib/modules/manager/composer
2023-05-15 08:17:35 +00:00
..
__fixtures__ feat(composer): Support PHP as a package using GitHub tags (#18474) 2022-10-27 16:09:35 +03:00
__snapshots__ feat(manager/composer): extractedConstraints (#19853) 2023-01-16 08:12:20 +01:00
artifacts.spec.ts feat: disable setting COMPOSER_AUTH for gitlab (#20634) 2023-04-17 06:16:02 +00:00
artifacts.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
extract.spec.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
extract.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49:57 +00:00
range.spec.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
range.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
readme.md docs: document composer VCS repo name hint (#14875) 2022-04-02 06:53:50 +02:00
schema.spec.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
schema.ts fix(composer): Fix excessive parsing error logging (#22089) 2023-05-15 08:17:35 +00:00
types.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
update-locked.spec.ts refactor: change currentVersion to non-optional in UpdateLockedConfig (#18406) 2022-10-21 15:29:39 +00:00
update-locked.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
utils.spec.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00
utils.ts refactor(composer): Use schema for parsing (#21520) 2023-05-07 20:51:20 +00:00

Extracts dependencies from composer.json files, and keeps the associated composer.lock file updated too.

If you use VCS repositories 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 similar to the following:

{
  "name": "acme/foo",
  "type": "vcs",
  "url": "http://vcs-of-acme.org/acme/foo.git"
}