-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
62 lines (62 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "skayocrafts/cage",
"description": "An Age-Verification-Gate Plugin for Craft CMS",
"homepage": "https://skayocrafts.github.io/cage",
"type": "craft-plugin",
"version": "1.1.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"cage",
"age",
"verification",
"gate",
"restriction",
"restrict",
"permission",
"porn",
"adult",
"content",
"nsfw",
"alcohol",
"under-age",
"minimum",
"protection",
"protect",
"18",
"FSK",
"16",
"21"
],
"support": {
"email": "contact@skayo.dev",
"docs": "https://skayocrafts.github.io/cage/docs",
"issues": "https://github.com/SkayoCrafts/Cage/issues",
"source": "https://github.com/SkayoCrafts/Cage"
},
"license": "proprietary",
"authors": [
{
"name": "Skayo",
"homepage": "https://skayo.github.io",
"email": "contact@skayo.dev"
}
],
"require": {
"craftcms/cms": "^3.1.0"
},
"autoload": {
"psr-4": {
"skayocrafts\\cage\\": "src/"
}
},
"extra": {
"name": "Cage",
"handle": "cage",
"changelogUrl": "https://raw.githubusercontent.com/SkayoCrafts/cage/master/CHANGELOG.md",
"documentationUrl": "https://skayocrafts.github.io/cage/docs",
"class": "skayocrafts\\cage\\Cage"
}
}