composer require is failing.

Created on 22 July 2025, 7 days ago

Problem/Motivation

 ╰❯ $ composer require drupal/ai_chatbot_plus:'^1.0@beta'
./composer.json has been updated
Running composer update drupal/ai_chatbot_plus
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/ai_chatbot_plus ^1.0@beta -> satisfiable by drupal/ai_chatbot_plus[1.0.0-beta5, 1.0.0-beta6].
    - drupal/ai_chatbot_plus[1.0.0-beta5, ..., 1.0.0-beta6] require rumenx/php-chatbot ^1.0 -> found rumenx/php-chatbot[v1.0.0-beta, v1.0.0-beta2, v1.0.0-beta3] but it does not match your minimum-stability

Steps to reproduce

Install drupal cms
then run
composer require drupal/ai_chatbot_plus'^1.0@beta'

Proposed resolution

adjust minimum stability in my composer.json (for now).

Remaining tasks

Investigate other options.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

💬 Support request
Status

Active

Version

1.0

Component

Code

Created by

🇨🇦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @joseph.olstad
  • 🇧🇬Bulgaria rumendamyanov Plovdiv, Bulgaria (EU)
  • 🇧🇬Bulgaria rumendamyanov Plovdiv, Bulgaria (EU)

    To resolve the error update the `minimum-stability` setting in the root `composer.json` file to `"beta"` (or lower) and rerun `composer require` command.

    This module is currently unstable and not intended for production use due to the lack of a stable release. I will commit fixes and updates to release a new stable or release candidate (RC) version soon.

  • 🇨🇦Canada joseph.olstad

    Hi Rumens, thanks, ya I ended up doing that for the deepseek module. It was similar.

    With that said, drupal cms 1.1.x out of the box has a stable stability requirement so a lot of those folks are not technical enough to surmount this issue or could not be bothered.

Production build 0.71.5 2024