-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
67 lines (67 loc) · 2.15 KB
/
extension.json
File metadata and controls
67 lines (67 loc) · 2.15 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name":"Basic",
"guid":"B021A24B-F763-4E25-AB78-5EE15D98C897",
"category":"extension",
"group":"phpManufaktur",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"team@phpmanufaktur.de",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"framework",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/Basic",
"namespace":"phpManufaktur\\Basic",
"release":{
"number":"1.0.16",
"date":"2014-09-22",
"status":"release",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfBasic\/blob\/master\/CHANGELOG.md"
},
"description": {
"en":{
"title":"Basic functions and configuration of the kitFramework",
"short":"Basic function and configuration for the kitFramework",
"long":"Basic function and configuration for the kitFramework",
"url":"https:\/\/kit2.phpmanufaktur.de"
},
"de":{
"title":"Basis Funktionen für das kitFramework",
"short":"Essentielle Basis Funktionen und Einstellungen für das kitFramework - fester Bestandteil des Framework, muss installiert sein.",
"long":"Diese Erweiterung bildet das Herzstück des kitFramework und wird zwingend benötigt. BASIC ist u.a. für die Interaktion mit dem übergeordneten CMS verantwortlich, initialisiert alle Erweiterungen und kümmert sich um die Installation sowie Aktualisierung von Anwendungen.",
"url":"https:\/\/kit2.phpmanufaktur.de"
}
},
"require":{
"framework": {
"release":"0.27"
},
"Library":{
"release":"0.37"
}
},
"setup":{
"install":"\/admin\/basic\/setup",
"update":"\/admin\/basic\/update",
"uninstall":"\/admin\/basic\/uninstall"
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfBasic\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfBasic"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfBasic"
}
}