add composer

This commit is contained in:
Arne Govaerts 2020-07-25 17:14:55 +02:00
parent 9a06085949
commit 6c91915b1a

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/vendor/

View file

25
composer.json Normal file
View file

@ -0,0 +1,25 @@
{
"name": "argovaerts/known-matomo",
"description": "Matomo for Known is a helper plugin to add Matomo Analytics to a Known site with ease.",
"type": "known-plugin",
"keywords": [
"known",
"plugin",
"matomo",
"piwik"
],
"license": "BlueOak-1.0.0",
"authors": [
{
"name": "Arne Govaerts",
"email": "arne@q4.re"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "Matomo"
}
}