landestreffen-webseite/plugins/matomo/composer.json

31 lines
611 B
JSON
Raw Normal View History

{
"name": "nicohood/matomo",
"type": "grav-plugin",
"description": "Integrate Matomo analytics into Grav CMS",
"keywords": ["plugin"],
"homepage": "https://github.com/NicoHood/grav-plugin-matomo",
"license": "MIT",
"authors": [
{
"name": "NicoHood",
"email": "grav@nicohood.de",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"matomo/matomo-php-tracker": "^3.0"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\Matomo\\": "classes/"
},
"classmap": ["matomo.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}