This repository was archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
67 lines (67 loc) · 1.26 KB
/
Copy pathcomposer.json
File metadata and controls
67 lines (67 loc) · 1.26 KB
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
63
64
65
66
67
{
"name": "manuelgil/alternate-admin",
"description": "This wrapper for Moodle adds a new interface to streamline your administrative tasks.",
"version": "1.1.0",
"type": "project",
"keywords": [
"php",
"php7",
"admin",
"dashboard",
"administrator",
"administrators",
"administration",
"admin-dashboard",
"admin-panel",
"wrapper",
"wrapper-api",
"moodle",
"moodle-lms",
"Core API"
],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "ManuelGil",
"email": "atencion.ms@outlook.com",
"homepage": "https://imgil.dev/",
"role": "Developer"
}
],
"support": {
"email": "atencion.ms@outlook.com",
"issues": "https://github.com/ManuelGil/alternate-admin/issues"
},
"require": {
"monolog/monolog": "^2.2",
"mustache/mustache": "^2.13",
"phpoffice/phpspreadsheet": "^1.16",
"phroute/phroute": "^2.1",
"vlucas/phpdotenv": "^5.3"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"classmap": [
"app/controllers"
],
"files": [
"app/config/Config.php"
]
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"sort-packages": true
}
}