Issue
Is there a way to require someone to have composer v2.0 installed, so that otherwise a project can't be build, when running "composer install"? I just find version requirements related to specific composer packages, but no way to require a certain version for composer itself, but maybe someone knows more about it?
Solution
You can use composer require composer-runtime-api:^2
Answered By - Georg Ringer
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.