-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmoduleinfo.json
48 lines (40 loc) · 1.04 KB
/
moduleinfo.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
{
"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"
],
"autoload": {
"psr-4": {
"RobinTheHood\\": "/vendor-no-composer/robinthehood"
}
},
"php": {
"version": "^7.4.0 || ^8.0.0"
},
"mmlc": {
"version": "^1.21.0"
}
}