forked from fluxapps/ViMP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.31 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
{
"name": "studer-raimann.ch/vimp",
"description": "ILIAS 5.x ViMP plugin",
"type": "project",
"license": "GPL-3.0+",
"authors": [
{
"name": "Theodor Truffer",
"email": "[email protected]",
"homepage": "https://studer-raimann.ch",
"role": "Project Manager, Software Engineer"
}
],
"support": {
"email": "[email protected]"
},
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": "^5.5.9 || ^7.0",
"mobiledetect/mobiledetectlib": "^2.8",
"moxiecode/plupload": "^3.1"
},
"autoload": {
"classmap": [
"./classes/",
"../../../../../../../Services/Table",
"../../../../../../../Services/Form",
"../../../../../../../Services/Repository",
"../../../../../../../Services/Component",
"../../../../../../../Services/ActiveRecord",
"../../../../../../../Services/UIComponent",
"../../../../../../../Services/Utilities",
"../../../../../../../Services/GlobalCache",
"../../../../../../../Services/Tracking",
"../../../../../../../Services/Calendar",
"../../../../../../../Services/WebAccessChecker",
"../../../../../../../Services/FileDelivery"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"classmap-authoritative": true
}
}