serp-spider / core

:spider: The PHP SERP Spider - A search engine scraper
https://serp-spider.github.io/
Other
89 stars 44 forks source link

Could not find package serps/serps at any version for your minimum-stability (stable) #29

Closed janpio closed 7 years ago

janpio commented 7 years ago

If you just follow the README:

$ composer require serps/serps

  [InvalidArgumentException]
  Could not find package serps/serps at any version for your minimum-stabilit
  y (stable). Check the package spelling or your minimum-stability

require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...

Solved by adding it all directly to composer.json:

      "serps/core": "*@alpha",
        "serps/http-client-curl": "*@alpha",
        "serps/search-engine-google": "*@alpha"
gsouf commented 7 years ago

Does it work better if you do composer require serps/core instead ? :)

Well, the readme was outdated, before the package name was serps/serps and it was renamed to serps/core for convenience, sorry for the inconvenience and thanks for reporting!

janpio commented 7 years ago

D'oh.

serps/core of course works. Sorry.