renovate icon indicating copy to clipboard operation
renovate copied to clipboard

fix: support all valid variants of composer vcs

Open moxx opened this issue 3 years ago • 2 comments

Changes & Context

composer module to support all vcs types, have a look at https://getcomposer.org/doc/05-repositories.md#vcs the vcs driver recognizes it automatically but this are all valid types

Documentation

  • [ ] I have updated the documentation, or
  • [x] No documentation update is required

How I've tested my work

I have verified these changes via:

  • [x] Code inspection only, or
  • [ ] Newly added/modified unit tests, or
  • [ ] No unit tests but ran on a real repository, or
  • [ ] Both unit tests + ran on a real repository

moxx avatar Oct 17 '22 22:10 moxx

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 17 '22 22:10 CLAassistant

The types also need updating here: https://github.com/renovatebot/renovate/blob/af0199490189bbea10ae9fb4390f49825937b754/lib/modules/manager/composer/types.ts#L4

JamieMagee avatar Oct 18 '22 04:10 JamieMagee