-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.21 KB
/
Copy pathcomposer.json
File metadata and controls
54 lines (54 loc) · 1.21 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "chipmob/yii2-user",
"description": "User registration and authentication module for Yii2",
"keywords": ["yii2", "yii2-user", "user management", "chipmob"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/chipmob/yii2-user/issues?state=open",
"source": "https://github.com/chipmob/yii2-user"
},
"authors": [
{
"name": "chipmob",
"email": "chipmob@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"ext-iconv": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap4": "~2.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"yiisoft/yii2-authclient": "~2.0",
"npm-asset/clipboard": "~2.0"
},
"replace": {
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-mbstring": "*"
},
"autoload": {
"psr-4": {
"chipmob\\user\\": ""
}
},
"extra": {
"bootstrap": "chipmob\\user\\Bootstrap"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}