Update to work with Drupal 9.2.0 and latest CKEditor Drupal core used versions
First of all. Thank you for maintaining the panopoly/drupal-ckeditor-plugins repositories
Drupal 9.2.0 was released 16 Jun 2021 at 15:41 EEST
https://www.drupal.org/project/drupal/releases/9.2.0
Used in
- Issue #3206755: Add drupal-ckeditor-plugins composer repository to Varbase profile to use the Static composer repository generator
- Issue #3206740: Add Drupal CKEditor plugins to repositories in Varbase Editor to use the Static composer repository generator
- Add drupal-ckeditor-plugins composer repository to Varbase Project template #109
on composer install or update we get Example for used with link
our requirements could not be resolved to an installable set of packages.
Problem 1
- drupal-ckeditor-plugin/link 4.15.0 requires drupal/core ~9.1.0 -> found drupal/core[9.1.0-alpha1, 9.1.0-beta1, 9.1.0-rc1, 9.1.0-rc2, 9.1.0-rc3, 9.1.0, 9.1.1, 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.1.7, 9.1.8, 9.1.9, 9.1.10, 9.1.x-dev] but it conflicts with your root composer.json require (9.2.0).
- drupal-ckeditor-plugin/link 4.14.1 requires drupal/core ~8.9.0 || ~9.0.0 -> found drupal/core[8.9.0-beta1, 8.9.0-beta2, 8.9.0-beta3, 8.9.0-rc1, 8.9.0, 8.9.1, 8.9.2, 8.9.3, 8.9.4, 8.9.5, 8.9.6, 8.9.7, 8.9.8, 8.9.9, 8.9.10, 8.9.11, 8.9.12, 8.9.13, 8.9.14, 8.9.15, 8.9.16, 8.9.x-dev, 9.0.0-alpha1, 9.0.0-alpha2, 9.0.0-beta1, 9.0.0-beta2, 9.0.0-beta3, 9.0.0-rc1, 9.0.0, 9.0.1, 9.0.2, 9.0.3, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10, 9.0.11, 9.0.12, 9.0.13, 9.0.14, 9.0.x-dev] but it conflicts with your root composer.json require (9.2.0).
- drupal-ckeditor-plugin/link 4.14.0 requires drupal/core ~8.7.13 || ~8.8.4 -> found drupal/core[8.7.13, 8.7.14, 8.7.x-dev, 8.8.4, 8.8.5, 8.8.6, 8.8.7, 8.8.8, 8.8.9, 8.8.10, 8.8.11, 8.8.12, 8.8.x-dev] but it conflicts with your root composer.json require (9.2.0).
- drupal-ckeditor-plugin/link 4.11.3 requires drupal/core >=8.7.0 <8.7.13 || >=8.8.0 <8.8.4 -> found drupal/core[8.7.0-alpha1, 8.7.0-alpha2, 8.7.0-beta1, 8.7.0-beta2, 8.7.0-rc1, 8.7.0, 8.7.1, 8.7.2, 8.7.3, 8.7.4, 8.7.5, 8.7.6, 8.7.7, 8.7.8, 8.7.9, 8.7.10, 8.7.11, 8.7.12, 8.8.0-alpha1, 8.8.0-beta1, 8.8.0-rc1, 8.8.0, 8.8.1, 8.8.2, 8.8.3] but it conflicts with your root composer.json require (9.2.0).
- drupal-ckeditor-plugin/link 4.10.1 requires drupal/core ~8.6.0 -> found drupal/core[8.6.0-alpha1, 8.6.0-beta1, 8.6.0-beta2, 8.6.0-rc1, 8.6.0, 8.6.1, 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.10, 8.6.11, 8.6.12, 8.6.13, 8.6.14, 8.6.15, 8.6.16, 8.6.17, 8.6.18] but it conflicts with your root composer.json require (9.2.0).
- vardot/varbase 9.0.x-dev requires drupal-ckeditor-plugin/link ~4.0 -> satisfiable by drupal-ckeditor-plugin/link[4.10.1, 4.11.3, 4.14.0, 4.14.1, 4.15.0].
Edited by Rajab Natshah