diff options
author | RobThree <rob@devcorner.nl> | 2015-03-17 14:38:44 +0100 |
---|---|---|
committer | RobThree <rob@devcorner.nl> | 2015-03-17 14:38:44 +0100 |
commit | 64dd42b3217cd45b502fa0df1f5116afe0b46bda (patch) | |
tree | dbaa055b599f79236ff1f23639ded095dcd8c7d9 | |
parent | 1531e5d95e7cd0cb1cbc935dadb7f348bb159911 (diff) | |
download | TwoFactorAuth-64dd42b3217cd45b502fa0df1f5116afe0b46bda.zip TwoFactorAuth-64dd42b3217cd45b502fa0df1f5116afe0b46bda.tar.gz TwoFactorAuth-64dd42b3217cd45b502fa0df1f5116afe0b46bda.tar.bz2 |
* Added composer file
-rw-r--r-- | composer.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..22edc72 --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "robthree/twofactorauth", + "description": "Two factor authentication", + "version": "1.0", + "type": "library", + "keywords": ["Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy"], + "homepage": "https://github.com/RobThree/TwoFactorAuth", + "license": "MIT", + "authors": [ + { + "name": "Rob Janssen", + "homepage": "http://robiii.me", + "role": "Developer" + } + ], + "support": { + "issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues", + "source": "https://github.com/RobThree/TwoFactorAuth" + }, + "autoload": { + "classmap": ["RobThree/TwoFactorAuth/TwoFactorAuth.php"] + }, + "require": { + "php": ">=5.3.0" + }, +}
\ No newline at end of file |