htmly/system/vendor/matomo/matomo-php-tracker/composer.json

37 lines
1.1 KiB
JSON

{
"name": "matomo/matomo-php-tracker",
"description": "PHP Client for Matomo Analytics Tracking API",
"keywords": ["matomo","piwik","tracker","analytics"],
"homepage": "https://matomo.org",
"license": "BSD-3-Clause",
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
"source": "https://github.com/matomo-org/matomo-php-tracker"
},
"require": {
"php": "~7.2 || ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5",
"ext-json": "*"
},
"suggest": {
"ext-curl": "Using this extension to issue the HTTPS request to Matomo"
},
"autoload": {
"classmap": ["."]
},
"autoload-dev": {
"psr-4": {
"\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3 || ^10.1"
}
}