-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 830 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
{
"name": "kaufmanndigital/gdpr-cookieconsent",
"type": "neos-package",
"description": "A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.",
"homepage": "https://github.com/KaufmannDigital/KaufmannDigital.GDPR.CookieConsent",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Kaufmann Digital",
"email": "[email protected]",
"homepage": "https://www.kaufmann.digital/",
"role": "Publisher"
}
],
"require": {
"neos/neos": "*"
},
"autoload": {
"psr-4": {
"KaufmannDigital\\GDPR\\CookieConsent\\": "Classes/"
}
},
"extra": {
"neos": {
"package-key": "KaufmannDigital.GDPR.CookieConsent"
}
}
}