buznablaster
buznablaster
tested with composer 2.3.10 on PHP 8.1 and 7.4 and for me it fixes the problem
Hi, I think one solution to this is to add an explicit "version": "dev-master" to your packages composer.json file. That way composer should identify it as the dev-master version and...
hmm, having a quick look at ArrayRepository which is extended by PathRepository, https://github.com/composer/composer/blob/master/src/Composer/Repository/ArrayRepository.php perhaps it would be enough to override `public function findPackage($name, $constraint)` what do you think ?