when trying to update / install site with this module with composer it generates this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/ckeditor_liststyle 1.x-dev requires drupal/ckeditor * -> satisfiable by drupal/core[8.0.x-dev, 8.1.x-dev, 8.2.x-dev, 8.3.x-dev, 8.4.x-dev, 8.5.x-dev, 8.6.0, 8.6.0-alpha1, 8.6.0-beta1, 8.6.0-beta2, 8.6.0-rc1, 8.6.1, 8.6.10, 8.6.2, 8.6.3, 8.6.4, 8.6.5, 8.6.6, 8.6.7, 8.6.8, 8.6.9, 8.6.x-dev, 8.7.x-dev].
- drupal/ckeditor_liststyle 1.3.0 requires drupal/ckeditor * -> satisfiable by drupal/core[8.0.x-dev, 8.1.x-dev, 8.2.x-dev, 8.3.x-dev, 8.4.x-dev, 8.5.x-dev, 8.6.0, 8.6.0-alpha1, 8.6.0-beta1, 8.6.0-beta2, 8.6.0-rc1, 8.6.1, 8.6.10, 8.6.2, 8.6.3, 8.6.4, 8.6.5, 8.6.6, 8.6.7, 8.6.8, 8.6.9, 8.6.x-dev, 8.7.x-dev].
- don't install drupal/core 8.6.0|remove drupal/drupal dev-master
- don't install drupal/core 8.6.0-alpha1|remove drupal/drupal dev-master
- don't install drupal/core 8.6.0-beta1|remove drupal/drupal dev-master
- don't install drupal/core 8.6.0-beta2|remove drupal/drupal dev-master
- don't install drupal/core 8.6.0-rc1|remove drupal/drupal dev-master
- don't install drupal/core 8.6.1|remove drupal/drupal dev-master
- don't install drupal/core 8.6.10|remove drupal/drupal dev-master
- don't install drupal/core 8.6.2|remove drupal/drupal dev-master
- don't install drupal/core 8.6.3|remove drupal/drupal dev-master
- don't install drupal/core 8.6.4|remove drupal/drupal dev-master
- don't install drupal/core 8.6.5|remove drupal/drupal dev-master
- don't install drupal/core 8.6.6|remove drupal/drupal dev-master
- don't install drupal/core 8.6.7|remove drupal/drupal dev-master
- don't install drupal/core 8.6.8|remove drupal/drupal dev-master
- don't install drupal/core 8.6.9|remove drupal/drupal dev-master
- don't install drupal/core 8.6.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.7.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.0.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.1.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.2.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.3.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.4.x-dev|remove drupal/drupal dev-master
- don't install drupal/core 8.5.x-dev|remove drupal/drupal dev-master
- Installation request for drupal/drupal dev-master -> satisfiable by drupal/drupal[dev-master].
- Installation request for drupal/ckeditor_liststyle ^1.3 -> satisfiable by drupal/ckeditor_liststyle[1.x-dev, 1.3.0].
Removing this module solves the issue.
UPD: ok, maybe not this module's fault. Removing it did help for a moment, but then it broke again for some reason. Composer is hell.
Comments
Comment #2
razunter commentedComment #3
osmanRazunter, could you clarify your question? I'm not clear whether you are reporting a bug with this module or with composer.
If you think it's a bug with this module, please provide steps to reproduce the issue, or error.
Also, you may want to check out the documentations Using Composer to Install Drupal and Manage Dependencies, and Troubleshooting Composer.
Comment #4
osmanComment #5
osman