Pre-release version 8.x-1.1-alpha3 does not support PHP 8.2

Created on 9 June 2024, 19 days ago

Problem/Motivation

I'm installing a new drupal site with Drupal 9. When trying to add Advanced Help, I get this error:

www composer require 'drupal/advanced_help:^1.1@alpha'
[sudo] password for markus: 
./composer.json has been updated
Running composer update drupal/advanced_help
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laminas/laminas-feed 2.17.0 requires php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.2.18) does not satisfy that requirement.
    - drupal/advanced_help[1.1.0-alpha1, ..., 1.1.0-alpha3] require drupal/core ^8.8 || ^9 || ^10 -> satisfiable by drupal/core[9.5.11].
    - drupal/core 9.5.11 requires laminas/laminas-feed ^2.17 -> satisfiable by laminas/laminas-feed[2.17.0].
    - Root composer.json requires drupal/advanced_help ^1.1@alpha -> satisfiable by drupal/advanced_help[1.1.0-alpha1, 1.1.0-alpha2, 1.1.0-alpha3].

Steps to reproduce

Run composer require 'drupal/advanced_help:^1.1@alpha' in a Drupal 9 (or 10, I guess) installation.

πŸ’¬ Support request
Status

Closed: works as designed

Component

Miscellaneous

Created by

πŸ‡©πŸ‡ͺGermany TheGrue

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

Comments & Activities

  • Issue created by @TheGrue
  • πŸ‡©πŸ‡ͺGermany TheGrue

    It seems that (at least) one step in the drupal installation manual is missing - or I missed it:

    composer update --with-all-dependencies

    After I ran that command, I was able to install Advanced Help

  • Status changed to Closed: works as designed 19 days ago
  • πŸ‡³πŸ‡΄Norway gisle Norway

    The message reported in the issue summary indicate that your site has not kept its environment up to date. That is a prerequisite for being able to install version 8.x-1.1-alpha3 of this module.

    It is correct that you need to do a composer update --with-all-dependencies to get your environement updated.

Production build 0.69.0 2024