-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
54 lines (53 loc) · 1.55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"config": {
"platform": {"php":"5.6"},
"vendor-dir": "engine/include/vendor"
},
"autoload": {
"exclude-from-classmap": [
"engine/include/structs/CclStruct2.php",
"engine/include/anntakipi/ixtTextAligner.php",
"engine/include/HtmlStr2.php",
"engine/external/pear/Auth.php",
"engine/external/pear/MDB2.php",
"engine/external/pear/MDB2/Extended.php",
"engine/pages/tei.php"
],
"classmap": [
"engine/external/pear/",
"engine/include/",
"engine/config/",
"engine/page/",
"engine/external/ChromePhp.php",
"phpunit/classes"
],
"files": [
"engine/include/HtmlStr2.php",
"engine/external/pear/Auth.php",
"engine/external/Smarty-3.1.39/libs/Smarty.class.php",
"engine/external/pear/MDB2.php",
"engine/external/pear/MDB2/Extended.php",
"engine/include/database/db_reports.php",
"engine/include/database/def_database_schema.php",
"engine/include/functions/func_aux.php",
"engine/include/functions/func_cli.php",
"engine/include/functions/func_flags.php",
"engine/include/functions/func_ner_filter.php",
"engine/include/functions/func_roles.php",
"engine/include/functions/func_report_reformat.php",
"engine/include/functions/func_shell.php",
"engine/include/define/def_flags.php",
"engine/include/define/def_roles.php"
]
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.",
"phpunit/dbunit": "1.4.*",
"mikey179/vfsstream": "^1.6"
}
}