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:
-rw-r--r--composer.json28
-rw-r--r--composer.lock75
2 files changed, 44 insertions, 59 deletions
diff --git a/composer.json b/composer.json
index ff915ff5eb..676caea0c0 100644
--- a/composer.json
+++ b/composer.json
@@ -54,7 +54,7 @@
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",
- "facebook/xhprof": "dev-master",
+ "lox/xhprof": "dev-master",
"phpseclib/phpseclib": "~0.3.8",
"phpunit/phpunit": "~4.8",
"symfony/var-dumper": "~2.6.0",
@@ -64,32 +64,6 @@
{
"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"
- }
- }
- },
- {
- "type": "package",
- "package": {
"name": "matomo-org/jshrink",
"description": "Javascript Minifier built in PHP",
"keywords": ["minifier","javascript"],
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,