-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
34 lines (28 loc) · 947 Bytes
/
moduleinfo.json
File metadata and controls
34 lines (28 loc) · 947 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
33
34
{
"name": "Hook Point Manager",
"archiveName": "robinthehood/hook-point-manager",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Erzeugt und verwaltet automatisch neue Hook Points",
"description": "Mit diesem Modul können Entwickler einfach neue Hook Points für das auto_include System erzeugen und verwalten. Mit Hilfe dieses Moduls lassen sich alle Module updatefähig entwickeln.",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://robinwieschendorf.de",
"website": "https://robinwieschendorf.de",
"category": "library",
"price": "free",
"require": {
"composer/autoload": "^1.0.0"
},
"modifiedCompatibility": [
"2.0.5.1",
"2.0.6.0",
"2.0.7.0",
"2.0.7.1",
"2.0.7.2"
],
"autoload": {
"psr-4": {
"RobinTheHood\\": "/vendor-no-composer/robinthehood"
}
}
}