From 04df520c2f1a536e26347b63442cda6998da9a10 Mon Sep 17 00:00:00 2001 From: Lauri Piisang Date: Mon, 10 Apr 2017 09:35:06 +0300 Subject: [PATCH] Move repo scope `lauripiisang` -> `perftools` - The project moved from `lauripiisang/xhgui-data-collector` to `perftools/xhgui-collector`. This commit adjusts README accordingly - Added Lauri Piisang as author - TODO: add original XHGUI maintainers into authors? --- README.md | 12 ++++++------ composer.json | 8 +++++++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d65eab..8f17121 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build Status](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/build-status/master) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lauripiisang/xhgui-data-collector/?branch=master) +[![Build Status](https://scrutinizer-ci.com/g/perftools/xhgui-collector/badges/build.png?b=master)](https://scrutinizer-ci.com/g/perftools/xhgui-collector/build-status/master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/perftools/xhgui-collector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/perftools/xhgui-collector/?branch=master) -# XHGUI Data Collector +# XHGUI Collector This is a small standalone module which you can use to collect and store [XHProf][1] performance data for later usage in [XHGUI][2]. @@ -21,9 +21,9 @@ The only thing to break compatibility would be a schema change on XHGUI side. This table represents current known information about compatibility between this project and [XHGUI][2] data schema. -| XHGUI Data Collector version | XHGUI Version | Compatibility | -|------------------------------|---------------|------------------------------------------| -| 1.0.0 | 0.2.0 - 0.7.1 | presumed compatible - schema is the same | +| XHGUI Collector version | XHGUI Version | Compatibility | +|-------------------------|---------------|------------------------------------------| +| 1.0.0 | 0.2.0 - 0.7.1 | presumed compatible - schema is the same | ## Usage diff --git a/composer.json b/composer.json index a7a67c8..bda367d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,12 @@ { - "name": "lauripiisang/xhgui-data-collector", + "name": "perftools/xhgui-collector", "description": "Library for collecting and storing XHProf results for later use by XHGUI.", + "authors": [ + { + "name": "Lauri Piisang", + "email": "lauri.piisang@eesti.ee" + } + ], "license": "MIT", "autoload": { "psr-0": {