I can't install the version 4 beta due to an issue with composer requirements
To reproduce
Steps to reproduce the behaviour:
Set composer "minimum-stability": "beta"
Run composer require nystudio107/craft-richvariables:^4.0.0-beta.2
Get the following error:
Please note, by the way, that I believe Redactor 3 is now in beta
Problem 1
- Root composer.json requires nystudio107/craft-richvariables ^4.0.0-beta.2 -> satisfiable by nystudio107/craft-richvariables[4.0.0-beta.2].
- nystudio107/craft-richvariables 4.0.0-beta.2 requires craftcms/redactor 3.0.x-dev as 2.8.8 -> found craftcms/redactor[3.0.x-dev] but it does not match your minimum-stability.
Describe the bug
I can't install the version 4 beta due to an issue with composer requirements
To reproduce
Steps to reproduce the behaviour:
Please note, by the way, that I believe Redactor 3 is now in beta
Expected behaviour
Composer installs the package ;-)
Versions