Update helper modules latest versions

Created on 8 January 2024, about 1 year ago
Updated 11 September 2024, 4 months ago

Problem/Motivation

Can not install with composer require 'drupal/sports_league:^2.0@alpha' since ECK is locked at 1.x and that version is no longer suppported.

Steps to reproduce

`composer require 'drupal/sports_league:^2.0@alpha'`

Proposed resolution

Update composer.json to use `drupal/eck:*`

Remaining tasks

Review any other outdated install requirements and review any breaking changes.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM

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

Comments & Activities

  • Issue created by @markie
  • πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM

    So it looks like the change has happened in the 2.x branch but I still am unable to use composer to download this suite of modules.

  • πŸ‡΅πŸ‡ΉPortugal hernani

    DId you try with ?

    "drupal/sports_league": "2.x-dev",

  • πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM
    ☁  nmhockey  ddev composer require 'drupal/sports_league:2.x-dev'
    ./composer.json has been updated
    Running composer update drupal/sports_league
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - drupal/sports_league dev-2.x requires drupal/shs * -> found drupal/shs[dev-1.x, dev-2.0.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-rc1, ..., 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
        - drupal/sports_league 2.x-dev is an alias of drupal/sports_league dev-2.x and thus requires it to be installed too.
        - Root composer.json requires drupal/sports_league 2.x-dev -> satisfiable by drupal/sports_league[2.x-dev (alias of dev-2.x)].
    
    
    Installation failed, reverting ./composer.json and ./composer.lock to their original content.
    Composer [require drupal/sports_league:2.x-dev] failed, composer command failed: exit status 2. stderr=
  • πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM

    Oh.. now it looks like it's SHS..

  • πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

    I had a conflict with ECK ^2.

  • πŸ‡΅πŸ‡ΉPortugal hernani

    I created a new 3.x branch and cut a release out of it.

    3.x removes several dependencies (namely ECK and SHS) which are not required for main funcionality. I added gitlab ci pipelines coverage to confirm it is now installing with D10 and D11.

    Can you confirm you can now fully install?

Production build 0.71.5 2024