Composer blocks installation for Drupal 10

Created on 21 March 2023, about 2 years ago
Updated 23 March 2023, about 2 years ago

Problem/Motivation

I've been trying to install on a pretty clean and fresh version of Drupal Commerce running on Drupal 10. But there are a number of requirements that are insisting on Drupal 9:

 Problem 1
    - drupal/commerce_license[2.0.0-beta2, ..., 2.x-dev] require drupal/recurring_period * -> satisfiable by drupal/recurring_period[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev].
    - drupal/commerce_file[2.0.0-beta1, ..., 2.0.0-beta3] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
    - drupal/recurring_period[dev-1.x, 1.0.0, ..., 1.x-dev] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).

Not sure what is causing this.

🐛 Bug report
Status

Closed: duplicate

Version

2.0

Component

Code

Created by

🇺🇸United States bogdog400

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

Comments & Activities

  • Issue created by @bogdog400
  • 🇮🇱Israel jsacksick

    I think your bug report is in the wrong queue.

    It seems the issue here is Commerce license, not Commerce File, which can't be installed on D10 because of its dependency (recurring_period, which doesn't have a D10 release).

  • 🇺🇸United States bogdog400

    Yes. You're correct it's in the wrong place. Sorry about the glitch. But I also had the same trouble with Commerce_file. Sorry I got them mixed up. It's probably the same root problem.

    Here's the errors I saw trying to require drupal/commerce_license:

    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - drupal/commerce_license 2.0.0-beta2 requires drupal/recurring_period * -> satisfiable by drupal/recurring_period[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev].
        - drupal/commerce_license 2.0.0-beta1 requires drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
        - drupal/recurring_period[dev-1.x, 1.0.0, ..., 1.x-dev] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
        - drupal/recurring_period[1.0.0-alpha1, ..., 1.0.0-alpha5] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but it conflicts with your root composer.json require (^10).
        - Root composer.json requires drupal/commerce_license ^2.0@beta -> satisfiable by drupal/commerce_license[2.0.0-beta1, 2.0.0-beta2].
    
    
  • 🇺🇸United States bogdog400

    I went back to try it again completely from scratch.

    First I built a new Drupal commerce from this invocation:

    composer create-project drupalcommerce/project-base mystore --stability dev

    Then I tried

    composer require 'drupal/commerce_license:^2.0@beta'

    And got even stranger errors than before:

      Problem 1
        - Root composer.json requires drupal/commerce_license, it could not be found in any version, there may be a typo in the package name.
      Problem 2
        - composer/semver 1.5.0 requires php ^5.3.2 || ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
        - drush/drush 10.3.1 requires composer/semver ^1.4 -> satisfiable by composer/semver[1.5.0].
        - drush/drush is locked to version 10.3.1 and an update of this package was not requested.
    
    Potential causes:
    
    
    

    I've checked the spelling several times.

    Thanks again for any help you can give.

  • 🇺🇸United States bogdog400

    I was able to install commerce_license in Drupal 9. It seems like the sticking point is drupal/recurring_period with isn't set to work with 10. I'm going to file an issue asking them if it's possible to move forward.

    Thanks.

    
        - drupal/recurring_period[1.0.0-alpha1, ..., 1.0.0-alpha5] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require.
        - drupal/recurring_period[dev-1.x, 1.0.0, ..., 1.x-dev] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require.
        - drupal/commerce_license 2.x-dev is an alias of drupal/commerce_license dev-2.x and thus requires it to be installed too.
        - drupal/commerce_license dev-2.x requires drupal/recurring_period * -> satisfiable by drupal/recurring_period[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev].
        - Root composer.json requires drupal/commerce_license 2.x-dev@dev -> satisfiable by drupal/commerce_license[2.x-dev (alias of dev-2.x)].
    
    
  • 🇺🇸United States bogdog400

    Another issue:

    https://www.drupal.org/project/commerce_license/issues/2920481 📌 Remove the recurring_period dependency Fixed

  • 🇮🇱Israel jsacksick

    There's ongoing work to actually get rid of the recurring_period dependency, so it might not be a problem for long.

  • Assigned to TomTech
  • Status changed to Closed: duplicate about 2 years ago
  • 🇺🇸United States TomTech

    This is resolved by: 📌 Remove the recurring_period dependency Fixed

  • 🇺🇸United States bogdog400

    Glad to hear that. I hope it finishes soon.

Production build 0.71.5 2024