diff options
author | Corey Ballou <ballouc@gmail.com> | 2016-08-30 07:54:54 -0400 |
---|---|---|
committer | Corey Ballou <ballouc@gmail.com> | 2016-08-30 07:54:54 -0400 |
commit | 161774635e003ed0caff5e51dd1c1f80b0f9d2eb (patch) | |
tree | 1faf37f4806a0f09de0b13a2cfbdd2cf93174d63 | |
parent | d6620b5d55ebfe1e4956827b5c868bf4aed7e1d2 (diff) | |
download | GoogleAuthenticatorRedux-161774635e003ed0caff5e51dd1c1f80b0f9d2eb.zip GoogleAuthenticatorRedux-161774635e003ed0caff5e51dd1c1f80b0f9d2eb.tar.gz GoogleAuthenticatorRedux-161774635e003ed0caff5e51dd1c1f80b0f9d2eb.tar.bz2 |
Updating packagist name.1.0.0
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9091f5f..47d6be5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "CraftBlue/google-authenticator-redux", + "name": "craftblue/google-authenticator-redux", "description": "A modern take on a PHP implementation of Google Authenticator 2-Factor Authentication focusing on best practices in security.", "type": "library", "keywords": ["google", "authenticator", "google-authenticator", "auth", "authentication", "2fa", "two-factor-auth", "security"], |