39 lines
No EOL
892 B
JSON
39 lines
No EOL
892 B
JSON
{
|
|
"name": "acme/cookie-consent",
|
|
"description": "Ein DSGVO-konformer Cookie Consent Manager für Laravel mit Alpine.js und Google Analytics Support",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"laravel",
|
|
"cookie",
|
|
"consent",
|
|
"gdpr",
|
|
"dsgvo",
|
|
"google-analytics",
|
|
"alpine.js"
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Acme\\CookieConsent\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Acme",
|
|
"email": "info@acme.de"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"illuminate/support": "^10.0|^11.0|^12.0"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Acme\\CookieConsent\\CookieConsentServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
} |