forked from dryven/cookie-byte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 981 Bytes
/
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
{
"name": "ddm-studio/cookie-byte",
"type": "statamic-addon",
"version": "1.0.15",
"description": "A highly customizable cookie consent manager for Statamic websites",
"keywords": [
"cookie consent",
"cookie consent banner",
"cookie consent manager",
"cookie banner",
"seo"
],
"license": "proprietary",
"authors": [
{
"name": "dryven",
"email": "[email protected]",
"homepage": "https://dryven.at/"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": "^7.3 || ^8.0",
"statamic/cms": "^3.0 || ^3.1 || ^3.2 || ^3.3"
},
"autoload": {
"psr-4": {
"DDM\\CookieByte\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"DDM\\CookieByte\\ServiceProvider"
]
},
"statamic": {
"name": "Cookie Byte",
"description": "A highly customizable cookie consent manager for Statamic websites",
"version": "1.0.15"
}
},
"config": {
"allow-plugins": {
"pixelfear/composer-dist-plugin": true
}
}
}