- Issue created by @ravi kant
- 🇩🇪Germany anruether Bonn
That is due to your composer.json requirement. There is only a beta version atm, so the requirement stable is not meet.
See https://getcomposer.org/doc/04-schema.md#minimum-stability
Getting error as -
[InvalidArgumentException]
Could not find a version of package drupal/cl_generator matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
I have tried adding "minimum-stability": "stable"
in composer.json but this is not working.
try to install with composer as composer require 'drupal/cl_generator:^2.0.0-beta1'
Active
3.0
Code
That is due to your composer.json requirement. There is only a beta version atm, so the requirement stable is not meet.
See https://getcomposer.org/doc/04-schema.md#minimum-stability