-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.15 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.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
{
"name": "nitsan/ns-cookiebot",
"type": "typo3-cms-extension",
"description": "The Cookiebot.com GDPR Compliant TYPO3 Extension aids publishers, technology vendors, and advertisers in complying with GDPR and ePrivacy Directive regulations by ensuring transparency and obtaining user consent. T3Planet has developed a TYPO3 CMS extension to seamlessly integrate Cookiebot, one of the most popular solutions for managing cookies.",
"homepage": "https://extensions.typo3.org/extension/ns_cookiebot/",
"license": "GPL-2.0+",
"keywords": [
"TYPO3 CMS",
"Cookie Bot",
"T3Planet",
"Cookie",
"Bot",
"GDPR",
"EPR"
],
"support": {
"issues": "https://github.com/nitsan-technologies/ns_cookiebot/issues"
},
"require": {
"typo3/cms-core": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13 || ^14"
},
"replace": {
"typo3-ter/ns-cookiebot": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor/",
"bin-dir": ".Build/bin/"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/public",
"extension-key": "ns_cookiebot"
}
}
}