forked from nukeviet/nukeviet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.47 KB
/
composer.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"name" : "nukeviet/nukeviet",
"version" : "4.4.01",
"type" : "project",
"description" : "NukeViet is the first opensource CMS in Vietnam.",
"keywords" : [
"cms",
"nukeviet",
"nukeviet4",
"portal"
],
"homepage" : "https://github.com/nukeviet/nukeviet",
"license" : "GPL-2.0+",
"authors" : [{
"name" : "VINADES.,JSC",
"email" : "contact@vinades.vn",
"homepage" : "http://vinades.vn",
"role" : "Developer"
}
],
"support" : {
"email" : "admin@nukeviet.vn",
"issues" : "https://github.com/nukeviet/nukeviet/issues",
"forum" : "http://forum.nukeviet.vn",
"wiki" : "http://wiki.nukeviet.vn",
"source" : "https://github.com/nukeviet/nukeviet/releases"
},
"autoload" : {
"psr-4" : {
"NukeViet\\" : "vendor/vinades/nukeviet",
"NukeViet\\Api\\" : "includes/api",
"NukeViet\\Module\\" : "modules"
},
"classmap" : [
"vendor/vinades/pclzip/pclzip.lib.php"
]
},
"require" : {
"php" : ">=5.6.0",
"ext-mbstring" : "*",
"ext-gd" : "*",
"ext-json" : "*",
"ext-xml" : "*",
"ext-session" : "*",
"and/oauth" : "^0.7-dev",
"tecnickcom/tc-lib-barcode" : "^1.15",
"symfony/polyfill-mbstring": "<1.19.0",
"true/punycode" : "^2.1",
"phpmailer/phpmailer": "^6.6"
}
}