From 1c87257325477edc2a59d1d60ab1839e9a3866de Mon Sep 17 00:00:00 2001 From: "Chun-Sheng, Li" Date: Tue, 4 Feb 2020 18:05:41 +0800 Subject: Resolves issue #15120 (#15512) --- composer.lock | 75 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 32 deletions(-) (limited to 'composer.lock') 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", @@ -1930,35 +1930,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", @@ -2055,6 +2026,45 @@ "abandoned": "guzzlehttp/guzzle", "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", @@ -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, -- cgit v1.2.3