PHPGangsta / GoogleAuthenticator

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

Remove hard-coded version from composer.json #56

Closed iluuu1994 closed 5 years ago

iluuu1994 commented 6 years ago

Adding the version to the composer.json makes it impossible to use this library via Composer without specifying the exact commit.

iluuu1994 commented 6 years ago

The problem is that when I require ^1.0 in my composer.json Composer finds the 1.0.0 version on the master branch but rejects it since this is considered to be dev stability.