phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
106 stars 36 forks source link

Composer download error #40

Closed IvanZugec closed 2 months ago

IvanZugec commented 2 months ago

When I run:

composer create-project drupal/starshot-project --repository='{"type":"vcs","url":"https://github.com/phenaproxima/starshot-prototype"}' --stability=dev

I get:

Loading composer repositories with package information

In CurlDownloader.php line 640:

  The "https://api.github.com/repos/phenaproxima/starshot-core" file could not be downloaded (HTTP/2 404 ):
  {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/repos#get-a-repository"}

install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]

Anyone else have this issue?

phenaproxima commented 2 months ago

Ooof, good catch. That was an oversight on my part this morning. It should be fixed now (in ea9474ab9aa770439f1e3347851db6b0aef2e329). Can you try again?

IvanZugec commented 2 months ago

Thanks @phenaproxima, that fixed it.