update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "piwik/piwik",
|
||||
"type": "application",
|
||||
"description": "Open Source Real Time Web Analytics Platform",
|
||||
"description": "the leading free/libre analytics platform",
|
||||
"keywords": ["piwik","web","analytics"],
|
||||
"homepage": "http://piwik.org",
|
||||
"license": "GPL-3.0+",
|
||||
|
|
@ -14,17 +14,98 @@
|
|||
],
|
||||
"support": {
|
||||
"forum": "http://forum.piwik.org/",
|
||||
"issues": "http://dev.piwik.org/trac/roadmap",
|
||||
"wiki": "http://dev.piwik.org/",
|
||||
"issues": "https://github.com/piwik/piwik/issues",
|
||||
"wiki": "https://github.com/piwik/piwik/wiki",
|
||||
"source": "https://github.com/piwik/piwik"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Piwik\\Plugins\\": "plugins/",
|
||||
"Piwik\\": "core/"
|
||||
},
|
||||
"psr-0": {
|
||||
"Zend_": "libs/",
|
||||
"HTML_": "libs/",
|
||||
"PEAR_": "libs/",
|
||||
"Archive_": "libs/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Piwik\\Tests\\": "tests/PHPUnit/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"twig/twig": "1.*",
|
||||
"leafo/lessphp": "~0.3",
|
||||
"symfony/console": ">=v2.3.5",
|
||||
"tedivm/jshrink": "v0.5.1",
|
||||
"mustangostang/spyc": "0.5.*",
|
||||
"piwik/device-detector": "*"
|
||||
"php": ">=5.3.3",
|
||||
"twig/twig": "~1.0",
|
||||
"leafo/lessphp": "~0.5.0",
|
||||
"symfony/console": "~2.6.0",
|
||||
"tedivm/jshrink": "~0.5.1",
|
||||
"mustangostang/spyc": "~0.5.0",
|
||||
"piwik/device-detector": "~3.0",
|
||||
"piwik/decompress": "~1.0",
|
||||
"piwik/network": "~0.1.0",
|
||||
"piwik/cache": "~0.2.5",
|
||||
"piwik/ini": "^1.0.6",
|
||||
"php-di/php-di": "5.0.0-beta1",
|
||||
"psr/log": "~1.0",
|
||||
"monolog/monolog": "~1.11",
|
||||
"symfony/monolog-bridge": "~2.6.0",
|
||||
"symfony/event-dispatcher": "~2.6.0",
|
||||
"pear/pear_exception": "~1.0.0",
|
||||
"piwik/referrer-spam-blacklist": "~1.0",
|
||||
"piwik/searchengine-and-social-list": "~1.0",
|
||||
"tecnickcom/tcpdf": "~6.0",
|
||||
"piwik/piwik-php-tracker": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"aws/aws-sdk-php": "2.7.1",
|
||||
"phpunit/phpunit": "~4.8",
|
||||
"facebook/xhprof": "dev-master",
|
||||
"phpseclib/phpseclib": "~0.3.8",
|
||||
"symfony/var-dumper": "~2.6.0",
|
||||
"symfony/yaml": "~2.6.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "facebook/xhprof",
|
||||
"type": "library",
|
||||
"description": "XHProf: A Hierarchical Profiler for PHP",
|
||||
"keywords": ["profiling", "performance"],
|
||||
"homepage": "http://pecl.php.net/package/xhprof",
|
||||
"license": "Apache-2.0",
|
||||
"version": "master",
|
||||
"require": {
|
||||
"php": ">=5.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"xhprof_lib/utils/xhprof_lib.php",
|
||||
"xhprof_lib/utils/xhprof_runs.php"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phacility/xhprof",
|
||||
"reference": "master"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue