diff options
author | RobThree <rob@devcorner.nl> | 2015-03-17 14:41:16 +0100 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2015-03-17 14:41:16 +0100 |
commit | 39f3557f2d6053bfcd48ef55df9f8d5d5f2eb0fe (patch) | |
tree | 554bc7dca4671f35f3b4e9b99575f9342f82dcd1 | |
parent | 64dd42b3217cd45b502fa0df1f5116afe0b46bda (diff) | |
download | TwoFactorAuth-39f3557f2d6053bfcd48ef55df9f8d5d5f2eb0fe.zip TwoFactorAuth-39f3557f2d6053bfcd48ef55df9f8d5d5f2eb0fe.tar.gz TwoFactorAuth-39f3557f2d6053bfcd48ef55df9f8d5d5f2eb0fe.tar.bz2 |
* Fixed composer.json typo
* Added composer.json to project
-rw-r--r-- | TwoFactorAuth.phpproj | 1 | ||||
-rw-r--r-- | composer.json | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/TwoFactorAuth.phpproj b/TwoFactorAuth.phpproj index 07fb20b..c9af078 100644 --- a/TwoFactorAuth.phpproj +++ b/TwoFactorAuth.phpproj @@ -48,6 +48,7 @@ <Folder Include="RobThree\TwoFactorAuth\Providers\Qr\" /> </ItemGroup> <ItemGroup> + <Content Include="composer.json" /> <Content Include="LICENSE" /> <Content Include="logo.png" /> <Content Include="multifactorauthforeveryone.png" /> diff --git a/composer.json b/composer.json index 22edc72..6837c44 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Two factor authentication", "version": "1.0", "type": "library", - "keywords": ["Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy"], + "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth", "license": "MIT", "authors": [ @@ -17,10 +17,10 @@ "issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues", "source": "https://github.com/RobThree/TwoFactorAuth" }, - "autoload": { - "classmap": ["RobThree/TwoFactorAuth/TwoFactorAuth.php"] - }, - "require": { - "php": ">=5.3.0" + "autoload": { + "classmap": [ "RobThree/TwoFactorAuth/TwoFactorAuth.php" ] }, + "require": { + "php": ">=5.3.0" + } }
\ No newline at end of file |