Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-Sheng, Li <peter279k@gmail.com>2020-02-04 13:05:41 +0300
committerGitHub <noreply@github.com>2020-02-04 13:05:41 +0300
commit1c87257325477edc2a59d1d60ab1839e9a3866de (patch)
tree1171fa9963520aa2d3bf5645ecf7778d813dd161 /composer.lock
parentdd2be5882be6a86ba52794b3080078c5a3c29cc3 (diff)
Resolves issue #15120 (#15512)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock75
1 files changed, 43 insertions, 32 deletions
diff --git a/composer.lock b/composer.lock
index a9ac37a510..d5dba3d9da 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "67420faa2591c5239b3769fa93239f84",
+ "content-hash": "820afd8f3cc4a36e9f3af1db6e1d6c61",
"packages": [
{
"name": "composer/ca-bundle",
@@ -1931,35 +1931,6 @@
"time": "2015-06-14T21:17:01+00:00"
},
{
- "name": "facebook/xhprof",
- "version": "master",
- "source": {
- "type": "git",
- "url": "https://github.com/phacility/xhprof",
- "reference": "master"
- },
- "require": {
- "php": ">=5.2.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "xhprof_lib/utils/xhprof_lib.php",
- "xhprof_lib/utils/xhprof_runs.php"
- ]
- },
- "license": [
- "Apache-2.0"
- ],
- "description": "XHProf: A Hierarchical Profiler for PHP",
- "homepage": "http://pecl.php.net/package/xhprof",
- "keywords": [
- "performance",
- "profiling"
- ],
- "time": "2015-02-26T14:37:51+00:00"
- },
- {
"name": "guzzle/guzzle",
"version": "v3.9.3",
"source": {
@@ -2056,6 +2027,45 @@
"time": "2015-03-18T18:23:50+00:00"
},
{
+ "name": "lox/xhprof",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/lox/xhprof.git",
+ "reference": "c64571f892bda1298bad9c5e94ede0bc3f0e4627"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/lox/xhprof/zipball/c64571f892bda1298bad9c5e94ede0bc3f0e4627",
+ "reference": "c64571f892bda1298bad9c5e94ede0bc3f0e4627",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.2.0"
+ },
+ "bin": [
+ "bin/xhprofile"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "xhprof_lib/utils/xhprof_lib.php",
+ "xhprof_lib/utils/xhprof_runs.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "XHProf: A Hierarchical Profiler for PHP",
+ "homepage": "http://pecl.php.net/package/xhprof",
+ "keywords": [
+ "performance",
+ "profiling"
+ ],
+ "time": "2015-08-31T22:07:48+00:00"
+ },
+ {
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
"source": {
@@ -2736,6 +2746,7 @@
"mock",
"xunit"
],
+ "abandoned": true,
"time": "2015-10-02T06:51:40+00:00"
},
{
@@ -3274,9 +3285,9 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "leafo/lessphp": 20,
"davaxi/sparkline": 20,
- "facebook/xhprof": 20
+ "leafo/lessphp": 20,
+ "lox/xhprof": 20
},
"prefer-stable": false,
"prefer-lowest": false,