Update php version requirement in composer.json

Created on 8 November 2024, 8 days ago

Problem/Motivation

Steps to reproduce

Try to install in Drupal version 10 and see below error.
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/cleantaxonomy * -> satisfiable by drupal/cleantaxonomy[1.0.0].
- drupal/cleantaxonomy 1.0.0 requires drupal/core ~8.0 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 10.1.0 (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.

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/cleantaxonomy:*" to figure out if any version is installable, or "composer require drupal/cleantaxonomy:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Proposed resolution

Update php version in composer.json to >=8

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇮🇳India zaryab_drupal Bhopal

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024