- Issue created by @slucero
- Merge request !98#3416288: Bump minimum PHP and Drupal core requirements. → (Merged) created by slucero
- last update
10 months ago 436 pass - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 5.7last update
10 months ago Not currently mergeable. - last update
10 months ago 435 pass - last update
10 months ago 435 pass - Status changed to Needs review
10 months ago 7:46pm 26 January 2024 - last update
10 months ago 435 pass - Status changed to Fixed
10 months ago 3:09pm 31 January 2024 - 🇮🇳India minsharm India
Retested the issue and I can confirm that the encountered error during the installation of the Patternkit module on a Drupal 9 website is as expected. The error message is as follows:
Problem 1 - Root composer.json requires drupal/patternkit dev-9.1.x -> satisfiable by drupal/patternkit[dev-9.1.x]. - drupal/patternkit dev-9.1.x requires drupal/core ^10 -> found drupal/core[10.0.0-alpha1, ..., 10.2.x-dev] but the package is fixed to 9.5.11 (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.
This behavior aligns with the expected outcome after the Patternkit minimum versions bumped to PHP 8.1 and Drupal 10.1. The module's dependencies now require Drupal core version 10, which is not satisfied by the current locked version (9.5.11) specified in the lock file.
Automatically closed - issue fixed for 2 weeks with no activity.