-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoduleinfo.json
51 lines (43 loc) · 1.54 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
49
50
51
{
"name": "Modified UI Library (Entwicklung)",
"archiveName": "robinthehood/modified-ui",
"sourceDir": "src",
"version": "auto",
"shortDescription": "Dieses Modul befindet sich noch in Entwicklung.",
"description": "Dieses Modul befindet sich noch in der Entwicklung. Es können noch größere Änderungen an den Schnittstellen vorgenommen werden. Bis jetzt sollten nur folgende Klassen verwendet werden:<ul><li>RobinTheHood\\ModifiedUi\\Classes\\Admin\\Page</li><li>RobinTheHood\\ModifiedUi\\Classes\\Admin\\HtmlView</li></ul><br>Unter deine-domain.de/admin/rth_modified_ui.php können einige Beispiele angesehen werden. Hierzu muss der die() Befehl aus der Datei zuerste entfernt werden.",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://github.com/RobinTheHood/modified-ui/graphs/contributors",
"website": "https://github.com/RobinTheHood/modified-ui",
"category": "library",
"price": "free",
"require": {
"composer/autoload": "^1.3.0",
"robinthehood/modified-orm": "^1.0.0"
},
"modifiedCompatibility": [
"2.0.3.0",
"2.0.4.0",
"2.0.4.1",
"2.0.4.2",
"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"
],
"autoload": {
"psr-4": {
"RobinTheHood\\ModifiedUi\\": "src-mmlc"
}
},
"php": {
"version": "^7.4.0 || ^8.0.0"
},
"mmlc": {
"version": "^1.21.0"
}
}