-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 949 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
{
"name": "davide-alghi/typo3-cookieconsent-plus",
"type": "typo3-cms-extension",
"description": "Cookie Consent Plus adds some new features to Dirk Persky's Cookie Consent extension (dp_cookieconsent).",
"keywords": [
"typo3",
"cookieconsent",
"gdpr",
"cookie",
"consent",
"privacy"
],
"homepage": "https://github.com/davide-alghi/typo3-cookieconsent-plus",
"support": {
"issues": "https://github.com/davide-alghi/typo3-cookieconsent-plus/issues"
},
"authors": [
{
"name": "Davide Alghi",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://www.penguinable.it"
}
],
"license": "GPL-3.0-or-later",
"require": {
"php" : ">=7.4.1",
"typo3/cms-core": "^11.5.32||^12.4.7",
"dirkpersky/typo3-dp_cookieconsent": ">=12.0.0"
},
"autoload": {
"psr-4": {
"PAD\\CookieconsentPlus\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "cookieconsent_plus"
}
}
}