Permalink
Cannot retrieve contributors at this time
{ | |
"name": "matomo/matomo", | |
"type": "application", | |
"description": "the leading free/libre analytics platform", | |
"keywords": [ | |
"piwik", | |
"matomo", | |
"web", | |
"analytics" | |
], | |
"homepage": "https://matomo.org", | |
"license": "GPL-3.0+", | |
"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/issues", | |
"wiki": "https://github.com/matomo-org/matomo/wiki", | |
"source": "https://github.com/matomo-org/matomo" | |
}, | |
"config": { | |
"platform": { | |
"php": "7.2.9" | |
}, | |
"prepend-autoloader": false, | |
"sort-packages": true | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"composer/ca-bundle": "^1.2", | |
"composer/semver": "~1.3.0", | |
"davaxi/sparkline": "~1.2", | |
"geoip2/geoip2": "^2.8", | |
"matomo/cache": "~2.0", | |
"matomo/decompress": "~2.0", | |
"matomo/device-detector": "^4.0", | |
"matomo/ini": "~2.0", | |
"matomo/matomo-php-tracker": "^3.0", | |
"matomo/network": "~2.0", | |
"matomo/referrer-spam-list": "~4.0.0", | |
"matomo/searchengine-and-social-list": "~3.0", | |
"monolog/monolog": "~1.11", | |
"mustangostang/spyc": "~0.6.0", | |
"pear/pear_exception": "~1.0.0", | |
"php-di/php-di": "^6.0.0", | |
"phpmailer/phpmailer": "^6.1", | |
"psr/log": "~1.0", | |
"symfony/console": "~2.6.0", | |
"symfony/event-dispatcher": "~2.6.0", | |
"symfony/monolog-bridge": "~2.6.0", | |
"szymach/c-pchart": "^2.0", | |
"tecnickcom/tcpdf": "~6.0", | |
"tedivm/jshrink": "~v1.4.0", | |
"twig/twig": "^3.0", | |
"wikimedia/less.php": "^3.0" | |
}, | |
"require-dev": { | |
"lox/xhprof": "dev-master", | |
"mayflower/mo4-coding-standard": "~6.0", | |
"phpunit/phpunit": "~8.5", | |
"squizlabs/php_codesniffer": "^3.5", | |
"symfony/var-dumper": "~2.6.0", | |
"symfony/yaml": "~2.6.0" | |
}, | |
"replace": { | |
"symfony/polyfill-php54": "*", | |
"symfony/polyfill-php55": "*", | |
"symfony/polyfill-php56": "*", | |
"symfony/polyfill-php70": "*", | |
"symfony/polyfill-php71": "*", | |
"symfony/polyfill-php72": "*" | |
}, | |
"scripts": { | |
"pre-update-cmd": [ | |
"Piwik\\Composer\\ScriptHandler::cleanXhprof" | |
], | |
"pre-install-cmd": [ | |
"Piwik\\Composer\\ScriptHandler::cleanXhprof" | |
], | |
"post-update-cmd": [ | |
"Piwik\\Composer\\ScriptHandler::buildXhprof" | |
], | |
"post-install-cmd": [ | |
"Piwik\\Composer\\ScriptHandler::buildXhprof" | |
] | |
}, | |
"autoload": { | |
"psr-4": { | |
"Piwik\\Plugins\\": "plugins/", | |
"Piwik\\": "core/" | |
}, | |
"psr-0": { | |
"Zend_": "libs/", | |
"HTML_": "libs/", | |
"PEAR_": "libs/", | |
"Archive_": "libs/" | |
}, | |
"files": [ | |
"LegacyAutoloader.php" | |
] | |
}, | |
"autoload-dev": { | |
"psr-4": { | |
"Piwik\\Tests\\": "tests/PHPUnit/" | |
} | |
} | |
} |