drupal-console-core icon indicating copy to clipboard operation
drupal-console-core copied to clipboard

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

Open lazysoundsystem opened this issue 1 year ago • 1 comments

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

lazysoundsystem avatar Nov 21 '22 12:11 lazysoundsystem