Composer depends on php8, but php8.1 is now available
As of 3.16, PHP 8.1 is available (https://alpinelinux.org/posts/Alpine-3.16.0-released.html), but the composer package still depends on PHP 8.0. I can sort of work around it by editing /usr/bin/composer
to point to /usr/bin/php81
but somehow this feels wrong :-).