forked from fluxapps/SrLpReport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
62 lines (62 loc) · 1.82 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
{
"name": "flux/srlpreport",
"description": "ILIAS Plugin SrLpReport",
"version": "3.3.1",
"keywords": [
"ilias",
"fluxlabs",
"srlpreport"
],
"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.4",
"srag/activerecordconfig": "0.20.7",
"srag/commentsui": ">=0.1.0",
"srag/custominputguis": "0.42.9",
"srag/dic": ">=0.1.0",
"srag/learningprogresspieui": ">=1.0.0",
"srag/librariesnamespacechanger": ">=0.1.0",
"srag/removeplugindataconfirm": ">=0.1.0"
},
"autoload": {
"psr-4": {
"srag\\Plugins\\SrLpReport\\": "src/"
},
"classmap": [
"classes/",
"src/Comment/Ctrl/class.CourseCtrl.php",
"src/Comment/Ctrl/class.PersonalDesktopCtrl.php",
"src/Comment/Ctrl/class.ReportCtrl.php",
"src/Report/class.ReportGUI.php",
"src/Report/ConfigPerObject/class.ConfigPerObjectGUI.php",
"src/Report/Matrix/class.MatrixReportGUI.php",
"src/Report/Matrix/Single/class.MatrixSingleReportGUI.php",
"src/Report/Summary/class.SummaryReportGUI.php",
"src/Report/User/class.UserReportGUI.php",
"src/Staff/class.StaffGUI.php",
"src/Staff/CourseAdministration/class.CourseAdministrationStaffGUI.php",
"src/Staff/Courses/class.CoursesStaffGUI.php",
"src/Staff/User/class.UserStaffGUI.php",
"src/Staff/Users/class.UsersStaffGUI.php"
]
},
"config": {
"classmap-authoritative": true,
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"pre-autoload-dump": [
"srag\\LibrariesNamespaceChanger\\LibrariesNamespaceChanger::rewriteLibrariesNamespaces"
]
}
}