vtsykun / packeton

:package: Private, self-hosted Packagist/Composer/Satis repository with unlimited private repos.
https://demo.packeton.org
MIT License
382 stars 62 forks source link

Add support for optional drivers such as Drupal.org #219

Open codebymikey opened 5 months ago

codebymikey commented 5 months ago

Not a high priority issue, but it would be nice to have the option to easily plug in custom git drivers. e.g. Drupal.org, which handles versioning a bit differently, e.g. they have certain tag/branch prefixes such as 7-x and 8-x, (they've since switched to actual semantic versioning, but old versions will still need some basic support) and .info.yml files that need special handling to pick up composer dependencies and stuff.

Additional references for how the current https://packages.drupal.org/8/ type repos work: