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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-20 20:10:05 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-20 20:10:05 +0400
commit313ba948ed51ff5cdda161156331b0e5bbacc2e9 (patch)
tree2752444e1dba1cc4be5b3ba412a19d11227d1bb8 /composer.lock
parent055cb7a8b10d4e1f9949b8346fb7986ae1409920 (diff)
Updating composer.lock.
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock46
1 files changed, 42 insertions, 4 deletions
diff --git a/composer.lock b/composer.lock
index 253e9be71e..7f47a22d7f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "b47a13d5f82b7e36891b725fbea836f2",
+ "hash": "aca9f46b026a9e629b4a11e3e57428c0",
"packages": [
{
"name": "leafo/lessphp",
@@ -297,6 +297,44 @@
],
"packages-dev": [
{
+ "name": "facebook/xhprof",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phacility/xhprof.git",
+ "reference": "0a7a5f69f5d762c34056164eb08dd13d41156015"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phacility/xhprof/zipball/0a7a5f69f5d762c34056164eb08dd13d41156015",
+ "reference": "0a7a5f69f5d762c34056164eb08dd13d41156015",
+ "shasum": ""
+ },
+ "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"
+ ],
+ "support": {
+ "source": "https://github.com/phacility/xhprof/tree/master"
+ },
+ "time": "2014-04-22 20:02:16"
+ },
+ {
"name": "ocramius/instantiator",
"version": "1.1.2",
"source": {
@@ -1108,9 +1146,9 @@
],
"minimum-stability": "stable",
- "stability-flags": [
-
- ],
+ "stability-flags": {
+ "facebook/xhprof": 20
+ },
"prefer-stable": false,
"platform": {
"php": ">=5.3.2"