-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
62 lines (62 loc) · 2.49 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
55
56
57
58
59
60
61
62
{
"require": {
"zendframework/zend-component-installer": "^1.1",
"zendframework/zend-filter": "^2.9",
"zendframework/zend-authentication": "^2.6",
"zendframework/zend-i18n": "^2.9",
"zendframework/zend-session": "^2.8",
"zendframework/zend-cache": "^2.8",
"zendframework/zend-navigation": "^2.9",
"zendframework/zend-mvc": "^3.1",
"zendframework/zend-view": "^2.11",
"zendframework/zend-log": "^2.10",
"zendframework/zend-mvc-i18n": "^1.1",
"zendframework/zend-mail": "^2.10",
"onelogin/php-saml": "^3.0",
"zendframework/zend-inputfilter": "^2.9",
"zendframework/zend-console": "^2.7",
"zendframework/zend-dom": "^2.7",
"zendframework/zend-feed": "^2.10",
"ext-json": "^1.4",
"erusev/parsedown": "^1.7",
"zendframework/zend-i18n-resources": "^2.6",
"zendframework/zend-serializer": "^2.9",
"malkusch/lock": "1.4",
"symfony/console": "^3.4"
},
"autoload": {
"psr-4": {
"P4\\": "library/P4/",
"Record\\": "library/Record/",
"Parsedown\\": "library/Parsedown/",
"Application\\": "module/Application/src",
"Events\\": "module/Events/src",
"Queue\\": "module/Queue/src",
"Users\\": "module/Users/src",
"Reviews\\": "module/Reviews/src",
"Workflow\\": "module/Workflow/src",
"Projects\\": "module/Projects/src",
"Files\\": "module/Files/src",
"Changes\\": "module/Changes/src",
"Groups\\": "module/Groups/src",
"Jobs\\": "module/Jobs/src",
"Jira\\": "module/Jira/src",
"Activity\\": "module/Activity/src",
"Comments\\": "module/Comments/src",
"Api\\": "module/Api/src",
"Notifications\\": "module/Notifications/src",
"Attachments\\": "module/Attachments/src",
"Mail\\": "module/Mail/src",
"LibreOffice\\": "module/LibreOffice/src",
"ShortLinks\\": "module/ShortLinks/src",
"Saml\\": "module/Saml/src",
"Markdown\\": "module/Markdown/src",
"Imagick\\": "module/Imagick/src",
"Demo\\": "module/Demo/src",
"Xhprof\\": "module/Xhprof/src",
"Redis\\": "module/Redis/src",
"TestIntegration\\": "module/TestIntegration/src",
"RenameUser\\": "module/RenameUser/src"
}
}
}