Repro case:

  1. Install Drupal core 8.1.x
  2. Go to root folder
  3. Run composer require drupal/address
>composer require drupal/address

  [InvalidArgumentException]
  Could not find package drupal/address at any version for your minimum-stability (dev). Check the package spelling or your minimum-stability

Workaround:

  1. Install Drupal core 8.1.x
  2. Go to root folder
  3. php modules/composer_manager/scripts/init.php
  4. composer drupal-update drupal/address
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hass created an issue. See original summary.

hass’s picture

Status: Active » Needs review
FileSize
564 bytes
hass’s picture

Issue summary: View changes
hass’s picture

Issue summary: View changes
bojanz’s picture

Status: Needs review » Closed (cannot reproduce)

I have removed all mentions of composer_manager from the module. Tested the composer require way with a fresh core install, got no errors.

merilturock’s picture

I guess your trying to run the update in the path of commerce rather try to run the update from the root path of drupal it works..