Will not install under drupal 10

Created on 31 January 2023, over 1 year ago
Updated 24 February 2023, over 1 year ago

Problem/Motivation

Will not install under drupal 10:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/flood_control ^2.3 -> satisfiable by drupal/flood_control[2.3.0].
- drupal/flood_control 2.3.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.2] but these were not loaded, likely because it conflicts with another require.

May be an error .composer.json

$ cat composer.json
{
"name": "drupal/flood_control",
"description": "Provides administration possibilities for hidden flood control variables",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/core": "^8 || ^9"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
}
}

🐛 Bug report
Status

Fixed

Version

2.3

Component

Miscellaneous

Created by

🇬🇧United Kingdom Phil Stringer

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

Comments & Activities

Production build 0.69.0 2024