forked from scheb/two-factor-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 836 Bytes
/
composer.json
File metadata and controls
30 lines (29 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ouicare/two-factor-bundle",
"type": "symfony-bundle",
"description": "Provides two-factor authenticaton for Symfony2",
"keywords": ["two-factor", "two-step", "authentication", "symfony2"],
"homepage": "https://github.com/Ouicare/two-factor-bundle",
"license": "MIT",
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
"require": {
"symfony/symfony": "~2.1",
"ouicare/inwebo": "~0.2",
"sonata-project/google-authenticator": "~1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"swiftmailer/swiftmailer": ">=4.3, <6.0",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
}
}