forked from changi67/tiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ks-composer.json
65 lines (65 loc) · 1.56 KB
/
ks-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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tiki/tiki",
"license": "LGPL-2.1",
"description": "Tiki CMS Groupware",
"homepage": "https://tiki.org",
"minimum-stability": "stable",
"require": {
"adodb/adodb": "5.18",
"phpcas/phpcas": "1.3.2",
"phpseclib/phpseclib": "0.3.1",
"smarty/smarty": "3.1.13",
"zetacomponents/base": "1.8",
"zetacomponents/webdav": "1.1.3",
"zendframework/zendframework1": "1.12.1"
},
"require-dev": {
},
"suggest": {
"ext-gd": "Required for Image manipulation"
},
"config": {
"process-timeout": 5000
},
"autoload": {
"psr-0": {
"Horde": "lib/core/",
"TikiFilter": "lib/core/",
"DeclFilter": "lib/core/",
"JisonParser": "lib/core/",
"JitFilter": "lib/core/",
"Search": "lib/core/",
"Perms": "lib/core/",
"Math": "lib/core/",
"Category": "lib/core/",
"WikiParser": "lib/core/",
"Multilingual": "lib/core/",
"Tracker": "lib/core/",
"Event": "lib/core/",
"Services": "lib/core/",
"Tiki": "lib/core/",
"TikiDb": "lib/core/",
"Type": "lib/core/",
"Report": "lib/core/",
"Feed": "lib/core/",
"FutureLink": "lib/core/",
"FileGallery": "lib/core/",
"WikiPlugin": "lib/core/",
"Zend": "vendor/zendframework/zendframework1/library"
},
"classmap": [
"lib/pear/",
"lib/openpgp/",
"lib/language/",
"lib/TikiWebdav/",
"lib/rating/formula/",
"lib/core/StandardAnalyzer/",
"vendor/smarty/smarty/libs/sysplugins/smarty_security.php",
"vendor/adodb/adodb/",
"vendor/phpcas/phpcas/"
]
},
"repositories": [
{ "type": "composer", "url": "http://packages.kstingel.com" }
]
}