-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
55 lines (47 loc) · 1.16 KB
/
moduleinfo.json
File metadata and controls
55 lines (47 loc) · 1.16 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
{
"name": "Standard Modul für Modified",
"archiveName": "robinthehood/modified-std-module",
"sourceDir": "src",
"version": "auto",
"shortDescription": "Vereinfacht die Modulentwicklung für modified durch effizienten Code, Konfigurationsmanagement und Admin-Oberflächenanpassungen.",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://robinwieschendorf.de",
"website": "https://github.com/RobinTheHood/modified-std-module",
"require": {
"composer/autoload": "^1.3.0"
},
"category": "library",
"price": "free",
"modifiedCompatibility": [
"2.0.5.0",
"2.0.5.1",
"2.0.6.0",
"2.0.7.0",
"2.0.7.1",
"2.0.7.2",
"3.0.0",
"3.0.1",
"3.0.2",
"3.1.0",
"3.1.1",
"3.1.2",
"3.1.3",
"3.1.4",
"3.1.5",
"3.1.6",
"3.2.0",
"3.2.1",
"3.3.0"
],
"autoload": {
"psr-4": {
"RobinTheHood\\": "/vendor-no-composer/robinthehood"
}
},
"php": {
"version": "^7.4.0 || ^8.0.0"
},
"mmlc": {
"version": "^1.21.0"
}
}