Problem/Motivation
Problem 1
- wpai-inc/anthropic-sdk-php 0.1.0 requires illuminate/support ^9.52|^10.0 -> satisfiable by illuminate/support[v9.52.0, ..., 9.x-dev, v10.0.0, ..., 10.x-dev].
- wpai-inc/anthropic-sdk-php[dev-main, 0.2.0, ..., 0.2.1] require illuminate/support ^9.52|^10.0|^11.0 -> satisfiable by illuminate/support[v9.52.0, ..., 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev].
- drupal/ai[1.0.0-alpha1, ..., 1.0.0-alpha6] require drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0-beta1, ..., 10.4.x-dev, 11.0.0-alpha1, ..., 11.x-dev] but it conflicts with your root composer.json require (10.2.5).
- illuminate/support[v9.51.0, ..., 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev] require doctrine/inflector ^2.0 -> found doctrine/inflector[2.0.0, ..., 2.1.x-dev] but the package is fixed to 1.4.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/ai[dev-1.0.x, 1.0.0-alpha7, ..., 1.0.x-dev] require wpai-inc/anthropic-sdk-php >=0.1.0 -> satisfiable by wpai-inc/anthropic-sdk-php[0.1.0, 0.2.0, 0.2.1, 9999999-dev].
- Root composer.json requires drupal/ai * -> satisfiable by drupal/ai[dev-1.0.x, 1.0.0-alpha1, ..., 1.0.x-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/ai:*" to figure out if any version is installable, or "composer require drupal/ai:^2.1" if you know which you need.
Steps to reproduce
composer require 'drupal/ai:^1.0@alpha'
Proposed resolution
https://www.drupal.org/project/ai/issues/3477689
🐛
Ckeditor AI not compatible with 10.2
Active