Closed ricardoboss closed 2 years ago
Composer 2.2 added a feature to solve that case: --ignore-platform-req=php+
. The +
indicates to ignore the upper bound of the requirement only, which is precisely what you need when you want to test nightly builds of PHP.
Thanks! That did the trick.
Hi! I want to test code using nightly builds of PHP 8.2. Will you be adding an experimental branch or do we have to wait until a release candidate is ready?