-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
32 lines (27 loc) · 823 Bytes
/
moduleinfo.json
File metadata and controls
32 lines (27 loc) · 823 Bytes
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
{
"name": "class-extensions",
"archiveName": "robinthehood/class-extensions",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Kurzbeschreibung für class-extensions",
"description": "Beschreibung für class-extensions",
"installation": "Installationsanleitung für class-extensions",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://robinwieschendorf.de",
"website": "https://robinwieschendorf.de",
"category": "library",
"price": "free",
"require": {
"composer/autoload": "^1.3.0",
"robinthehood/modified-std-module": "^0.8.1"
},
"modifiedCompatibility": [
"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"
]
}