jbroadway / analog

PHP logging library that is highly extendable and simple to use.
MIT License
342 stars 49 forks source link

Composer can't find analog #32

Closed Invincibear closed 5 years ago

Invincibear commented 5 years ago

Hi there,

I seem to be unable to install analog on my server. I have several other libraries installed via composer (Stripe, PayPal, Google API, Medoo, etc. but can't seem to find yours. I've included the console log:

-bash-4.2$ composer require jbroadway/analog
  [InvalidArgumentException]
  Could not find a matching version of package jbroadway/analog. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...
tessus commented 5 years ago

Yea, it's composer require analog/analog.

It seems the README.md needs an update.

Invincibear commented 5 years ago

Beauty, that did the trick, thanks!