Drupal-project: No stable version of drupal-project

Created on 20 Jan 2017  路  5Comments  路  Source: drupal-composer/drupal-project

unable to create a drupal-project with stabel version of Drupal Core.

composer create-project drupal-composer/drupal-project test --no-interaction

[InvalidArgumentException]
Could not find package drupal-composer/drupal-project with stability stable.

Most helpful comment

8.x-dev relates to the version on the template, not the core version. maybe we should explain it in the readme.

All 5 comments

Apologies, it seems drupal-composer/drupal-project:8.x-dev does download the current stable version of Drupal Core.

8.x-dev relates to the version on the template, not the core version. maybe we should explain it in the readme.

+1 for amending the documentation as I also assumed that "8.x-dev" referred to Drupal not the template and I wanted the current stable version of Drupal. The current readme.md isn't very clear.

It would also be helpful to document acceptable values for --stability as "stable" doesn't seem to be valid e.g. "composer create-project drupal-composer/drupal-project:8.x-dev sowebco800 --stability stable" fails with "[InvalidArgumentException] Could not find package drupal-composer/drupal-project with version 8.x-dev."

@steve65140 Thats already documented, see https://getcomposer.org/doc/04-schema.md#minimum-stability

It has nothing to do with the drupal-composer project itself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

superfedya picture superfedya  路  7Comments

waseem312 picture waseem312  路  3Comments

9034725985 picture 9034725985  路  6Comments

vouza picture vouza  路  6Comments

ksicon picture ksicon  路  9Comments