-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
41 lines (41 loc) · 1.01 KB
/
composer.json
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "geoffry304/yii2-authy",
"description": "Yii2 authy 2FA",
"keywords": [
"yii2",
"extension",
"2FA",
"Authy",
"2 factor",
"Authentication"
],
"homepage": "https://github.com/geoffry304/yii2-authy",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors":[
{
"name": "Geoffry Van den Eede",
"email": "g.vandeneede@dvit.be",
"homepage": "http://dvit.be"
},
{
"name": "Tim Van de Velde",
"email": "tim@dvit.be",
"homepage": "http://dvit.be"
}
],
"minimum-stability": "dev",
"require": {
"amnah/yii2-user": "^5.0",
"authy/php": "3.0",
"borales/yii2-phone-input": "dev-master",
"kartik-v/yii2-grid": "@dev",
"kartik-v/yii2-krajee-base": "@dev",
"mobiledetect/mobiledetectlib": "^2.8"
},
"autoload": {
"psr-4": {
"geoffry304\\authy\\": ""
}
}
}