- 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..
- π΅πΉ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?