- πΊπΈUnited States DamienMcKenna NH, USA
The composer file should not list this module in its "require" section, that makes it a circular reference.
I suggest updating the module's documentation to note the "minimum-stability" line.
Tried installing CKEditor Format Plugins using composer, but I get this error.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/ckeditor_format_buttons ^1.8 -> satisfiable by drupal/ckeditor_format_buttons[1.8.0].
- drupal/ckeditor_format_buttons 1.8.0 requires drupal-ckeditor-libraries-group/format_buttons * -> found drupal-ckeditor-libraries-group/format_buttons[dev-master] but it does not match your minimum-stability.</em>
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer [require drupal/ckeditor_format_buttons:^1.8] failed, composer command failed: exit status 2. stderr=
Create a fresh install of Drupal 9.
Run: composer require 'drupal/ckeditor_format_buttons:^1.8'
Needs work
1.8
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The composer file should not list this module in its "require" section, that makes it a circular reference.
I suggest updating the module's documentation to note the "minimum-stability" line.