-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 898 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 898 Bytes
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
{
"description": "A ready-to-run Neos CMS Package, that adds Cookie Consent to your Neos-Site",
"type": "neos-package",
"name": "kaufmanndigital/cookieconsent",
"license": "MIT",
"homepage": "https://www.kaufmann.digital",
"authors": [
{
"name": "Niklas Droste",
"email": "support@kaufmann.digital",
"homepage": "https://www.kaufmann.digital",
"role": "Developer"
}
],
"support": {
"email": "support@kaufmann.digital",
"issues": "https://github.com/KaufmannDigital/KaufmannDigital.CookieConsent/issues"
},
"require": {
"neos/neos": ">=3.0"
},
"autoload": {
"psr-4": {
"KaufmannDigital\\CookieConsent\\": "Classes/"
}
},
"extra": {
"neos": {
"package-key": "KaufmannDigital.CookieConsent"
}
}
}