forked from fluxapps/PegasusHelper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 973 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 973 Bytes
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
{
"name": "fluxlabs/pegasus-helper",
"description": "Plugin which solves integartion problems with ILIAS for the ILIAS pegasus app developed by fluxlabs ag",
"type": "project",
"license": "GPL-3.0",
"authors": [
{
"name": "Nicolas Schaefli",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]"
},
"minimum-stability": "stable",
"require": {
"php": "^8.2"
},
"autoload": {
"psr-4": {
"SRAG\\PegasusHelper\\": "classes/"
},
"classmap": [
"./classes/class.ilPegasusHelperConfigGUI.php",
"./classes/class.ilPegasusHelperPlugin.php",
"./classes/class.ilPegasusHelperUIHookGUI.php"
]
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"sort-packages": true,
"discard-changes": true,
"htaccess-protect": true,
"secure-http": true,
"process-timeout": 600,
"platform": {
"php": "8.2.0"
}
}
}