-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 935 Bytes
/
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
42
{
"name" : "izisoft/yii2",
"description" : "Yii2 Application by Izisoft",
"keywords" : [
"yii2",
"framework",
"izisoft",
"iziweb",
"iziframework",
"A Tỉn"
],
"homepage" : "https://iziweb.vn",
"type" : "library",
"license" : "BSD-3-Clause",
"authors" : [{
"name" : "A Tỉn",
"email" : "zinzinx8@gmail.com",
"homepage" : "https://iziweb.vn",
"role" : "Founder and project lead"
}, {
"name" : "A Tủn",
"email" : "vantruong1898@gmail.com",
"homepage" : "https://helloweb.vn",
"role" : "Core framework development"
}
],
"support" : {
"issues" : "https://github.com/izisoft/yii2/issues?state=open",
"forum" : "https://github.com/izisoft/yii2/forum/",
"wiki" : "https://github.com/izisoft/yii2/wiki/",
"source" : "https://github.com/izisoft/yii2",
"email" : "zinzinx8@gmail.com"
},
"require" : {
"php" : ">=7.0"
},
"autoload" : {
"psr-4" : {
"izi\\" : "\/"
}
}
}