# composer require drupal/core-recommended:9.4.5 drupal/core-composer-scaffold:9.4.5 drupal/core-project-message:9.4.5 --update-with-all-dependencies
./composer.json has been updated
Running composer update drupal/core-recommended drupal/core-composer-scaffold drupal/core-project-message --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/core-recommended 9.4.5 -> satisfiable by drupal/core-recommended[9.4.5].
- drupal/panelbutton 1.4.0 requires drupal/ckeditor * -> satisfiable by drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.4.3, 10.0.0-alpha1, ..., 10.1.x-dev].
- You can only install one version of a package, so only one of these can be installed: drupal/core[9.4.0-alpha1, ..., 9.5.x-dev].
- drupal/core-recommended 9.4.5 requires drupal/core 9.4.5 -> satisfiable by drupal/core[9.4.5].
- drupal/panelbutton is locked to version 1.4.0 and an update of this package was not requested.
Comments
Comment #2
lamp5In my opinion, the problem is that this module requires core:ckeditor to install but right now ckeditor 4 is contrib project so we should change dependencies in composer and info files.
https://www.drupal.org/project/ckeditor
Comment #3
wim leersAFAICT this should no longer occur since #3309065: Compatibility with Drupal 9.4 — can you try again? :)
Comment #4
krzysztof domańskiI tested in the CKEditor Color Button module. It requires the Panelbutton. Test passed.
8.x-1.x-dev test with PHP 8.1 & MySQL 8, Drupal 9.4.x.