-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (53 loc) · 1.54 KB
/
composer.json
File metadata and controls
54 lines (53 loc) · 1.54 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
{
"config": {
},
"autoload": {
"psr-4": {
"Inforex\\Lpmn\\": "engine/include/lpmn/"
},
"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": "*"
},
"require-dev": {
"firephp/firephp-core": "^0.5.3",
"phpunit/phpunit": "^9.6",
"mikey179/vfsstream": "^1.6"
}
}