hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

Repository type for dot-access-configuration package prevents updates for drupal/console #391

Open lazysoundsystem opened 1 year ago

lazysoundsystem commented 1 year ago

Something of a follow-up to https://github.com/hechoendrupal/drupal-console/issues/4343 - I was halfway through making a ticket on that repo - as drupal/console isn't updating - but I think I've now realized why not.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/console-core 1.9.8 requires dflydev/dot-access-configuration ^1.0.4 -> found dflydev/dot-access-configuration[dev-master, 1.0.x-dev (alias of dev-master)] but it does not match your minimum-stability.
    - drupal/console 1.9.10 requires drupal/console-core ^1.9.8 -> satisfiable by drupal/console-core[1.9.8].
    - Root composer.json requires drupal/console ^1.9.10 -> satisfiable by drupal/console[1.9.10].

https://github.com/hechoendrupal/drupal-console-core/blob/7febfbd57bc946532f3b14703588c3c803231bb6/composer.json#L76 has "type": "git" where it should be "type": "vcs" https://getcomposer.org/doc/04-schema.md#repositories

zoiosilva commented 1 year ago

This merge puts this issue one step closer to a solution.