Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Install commands tries to install a non-existent release of metadrop/drupal-bolierplate #7

Closed rsanzante closed 4 years ago

rsanzante commented 4 years ago

Running composer create-project metadrop/drupal-boilerplate:8.x-dev my-project as stated in the README triggers an error:


  Could not find package metadrop/drupal-boilerplate with version 8.x-dev. ```

It seems it should be:
```composer create-project metadrop/drupal-boilerplate:master-dev my-project```
rsanzante commented 4 years ago

Never mind, it seems it was a temporary error.