mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 12:11:40 +00:00
* Fixed composer.json typo
* Added composer.json to project
This commit is contained in:
@@ -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" />
|
||||
|
||||
+6
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user