drush 12 compability

Created on 29 December 2023, 6 months ago
Updated 8 January 2024, 6 months ago

When i try to update drush to version 12 i get this error:

drupal/cl_generator 2.0.0-beta1 requires chi-teck/drupal-code-generator ^2.5 -> satisfiable by chi-teck/drupal-code-generator[2.5.0, ..., 2.x-dev].
    - chi-teck/drupal-code-generator[2.5.0, ..., 2.5.1] require symfony/console ^4.4.15 || ^5.1 -> satisfiable by symfony/console[v4.4.15, ..., 4.4.x-dev, v5.1.0-BETA1, ..., 5.4.x-dev].

In composer.json of the module there is the require of chi-teck/drupal-code-generator

{
    "name": "drupal/cl_generator",
    "description": "Drush integration to generate CL Components interactively.",
    "type": "drupal-module",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Mateu Aguilรณ Bosch",
            "email": "mateu@mateuaguilo.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">=8.1",
        "ext-json": "*",
        "chi-teck/drupal-code-generator": "^2.5"
    }
}

Removing this package from composer allows to install drush 12.

I'm not sure what is the best solution, for the moment I uninstalled the module and removed from composer.

๐Ÿ› Bug report
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

๐Ÿ‡ช๐Ÿ‡ธSpain Carlitus

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

Comments & Activities

Production build 0.69.0 2024