New comment by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/pull/38536#issuecomment-1230242989 Comment: So, the one thing that I'm unsure of is for composer. Currently, there is a package for each PHP version with a shim script to invoke composer with the right interpreter: https://github.com/void-linux/void-packages/blob/b1800a91d5d6054e6981eccdfdde0979d059448b/srcpkgs/composer8.0/files/composer8.0#L2 https://github.com/void-linux/void-packages/blob/b1800a91d5d6054e6981eccdfdde0979d059448b/srcpkgs/composer8.1/files/composer8.1#L2 This could also be handled by having a single composer package with the shim script, but call `php` which is handled by alternatives. But I think that may be confusing since it isn't as explicit.