PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
http://phpgangsta.de/4376
BSD 2-Clause "Simplified" License
2.25k stars 693 forks source link

Cannot install, missing stable version #108

Open elnath78 opened 1 year ago

elnath78 commented 1 year ago

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.
bargoud commented 10 months ago

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

spaze commented 6 months ago

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