Nuacht

Our binary is a PHP executable that must run with the same PHP version Composer is running - or put differently: If someone with a default CLI PHP version of 7.4 executes php8.0 composer run ...
The problem I'm running into is, that this works perfectly for resolving the dependencies, but goes wrong when any scripts are being called (like in the above example). Composer appears to disregard ...