-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.29 KB
/
composer.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
{
"name": "kbergha/craft-revisjonsspor",
"description": "Audit trail - audit logging in Craft CMS",
"type": "craft-plugin",
"version": "1.0.0-alpha3",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft-revisjonsspor",
"audit",
"logging",
"log"
],
"support": {
"docs": "https://github.com/kbergha/craft-revisjonsspor/blob/master/README.md",
"issues": "https://github.com/kbergha/craft-revisjonsspor/issues"
},
"license": "MIT",
"authors": [
{
"name": "Knut Erik Berg-Hansen",
"homepage": "https://github.com/kbergha"
}
],
"require": {
"craftcms/cms": "^3.4.0"
},
"autoload": {
"psr-4": {
"kbergha\\revisjonsspor\\": "src/"
}
},
"extra": {
"name": "craft-revisjonsspor",
"handle": "revisjonsspor",
"developer": "Knut Erik Berg-Hansen",
"developerUrl": "https://github.com/kbergha",
"documentationUrl": "https://github.com/kbergha/craft-revisjonsspor/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/kbergha/craft-revisjonsspor/master/CHANGELOG.md",
"class": "kbergha\\revisjonsspor\\Revisjonsspor"
}
}