renovate/lib/manager/composer
Rhys Arkins 8af905e8f5 feat: split trustLevel into separate options (#9388)
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`

BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
..
__fixtures__ feat(composer): support constraints (#7816) 2020-11-26 11:09:16 +01:00
__snapshots__ refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
artifacts.spec.ts feat: split trustLevel into separate options (#9388) 2021-04-22 08:47:58 +02:00
artifacts.ts feat: split trustLevel into separate options (#9388) 2021-04-22 08:47:58 +02:00
extract.spec.ts refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
extract.ts refactor: composer managerData (#9226) 2021-03-20 08:10:53 +01:00
index.ts feat(composer): support constraints (#7816) 2020-11-26 11:09:16 +01:00
range.spec.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
range.ts refactor: composer managerData (#9226) 2021-03-20 08:10:53 +01:00
readme.md docs: add and enforce readme files for each manager 2020-02-29 22:55:51 +01:00
types.ts refactor: composer managerData (#9226) 2021-03-20 08:10:53 +01:00
utils.spec.ts feat(composer): support constraints (#7816) 2020-11-26 11:09:16 +01:00
utils.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00

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