forked from fluxapps/DhbwTraining
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.03 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
{
"name": "flux/dhbwtraining",
"description": "ILIAS Plugin DhbwTraining",
"version": "2.0.3",
"keywords": [
"ilias",
"fluxlabs",
"dhbw-training"
],
"homepage": "https://fluxlabs.ch",
"license": "GPL-3.0-only",
"authors": [
{
"name": "fluxlabs ag",
"email": "[email protected]",
"homepage": "https://fluxlabs.ch",
"role": "Maintainer, Developer"
}
],
"require": {
"php": ">=7.0",
"ramsey/uuid": "^3.8",
"srag/activerecordconfig": "0.20.7",
"srag/custominputguis": "0.42.9",
"srag/dic": "0.34.1",
"srag/librariesnamespacechanger": "0.16.1",
"srag/removeplugindataconfirm": "0.8.1"
},
"autoload": {
"psr-4": {
"srag\\Plugins\\DhbwTraining\\": "src/"
},
"classmap": [
"classes/"
]
},
"config": {
"classmap-authoritative": true,
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"pre-autoload-dump": "srag\\LibrariesNamespaceChanger\\LibrariesNamespaceChanger::rewriteLibrariesNamespaces"
}
}