PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication

Home Page:http://phpgangsta.de/4376

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install, missing stable version

elnath78 opened this issue · comments

F:\test>composer require phpgangsta/googleauthenticator

In PackageDiscoveryTrait.php line 331:

  Could not find a version of package phpgangsta/googleauthenticator matching your minimum-stability (stable). Requir
  e it with an explicit version constraint allowing its desired stability.

Hi, you can install it with:
composer req phpgangsta/googleauthenticator:dev-master

See #50, you probably shouldn't install the lib with composer at all