[MediaWiki-commits] [Gerrit] Update liuggio/statsd-php-client to 1.0.18 - change (mediawiki/vendor)

2015-11-25 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Update liuggio/statsd-php-client to 1.0.18
..


Update liuggio/statsd-php-client to 1.0.18

Change-Id: I81a7d7da30374072c78c51d1a7fe8229cd70d42c
---
M composer.json
M composer.lock
M composer/installed.json
M liuggio/statsd-php-client/.travis.yml
M liuggio/statsd-php-client/README.md
M liuggio/statsd-php-client/composer.json
M liuggio/statsd-php-client/phpunit.xml
M 
liuggio/statsd-php-client/src/Liuggio/StatsdClient/Monolog/Formatter/StatsDFormatter.php
D liuggio/statsd-php-client/tests/bootstrap.php
9 files changed, 114 insertions(+), 112 deletions(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/composer.json b/composer.json
index 1cc8ca3..9358c23 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"cssjanus/cssjanus": "1.1.1",
"firebase/php-jwt": "3.0.0",
"kzykhys/pygments": "1.0",
-   "liuggio/statsd-php-client": "1.0.16",
+   "liuggio/statsd-php-client": "1.0.18",
"mediawiki/at-ease": "1.1.0",
"monolog/monolog": "1.17.2",
"nmred/kafka-php": "0.1.4",
diff --git a/composer.lock b/composer.lock
index 70b2784..e36ccc0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
 "This file is @generated automatically"
 ],
-"hash": "ab6216f9a7d51cb1f038b4f983538af3",
-"content-hash": "677901bc2f50774abb7c23a0f4abd3cd",
+"hash": "192f9652aa8b83ab88155466ea11f781",
+"content-hash": "7377c2362d6d1deb0432280e73e8f85a",
 "packages": [
 {
 "name": "composer/semver",
@@ -180,23 +180,24 @@
 },
 {
 "name": "liuggio/statsd-php-client",
-"version": "v1.0.16",
+"version": "v1.0.18",
 "source": {
 "type": "git",
 "url": "https://github.com/liuggio/statsd-php-client.git";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920"
+"reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
+"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/c42e6d6687b7b2d7683186ec7f4f03351cc3dbca";,
+"reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
 "shasum": ""
 },
 "require": {
 "php": ">=5.3.2"
 },
 "require-dev": {
-"monolog/monolog": ">=1.2.0"
+"monolog/monolog": ">=1.2.0",
+"phpunit/phpunit": "^4.7"
 },
 "suggest": {
 "monolog/monolog": "Monolog, in order to do generate statistic 
from log >=1.2.0)"
@@ -225,7 +226,7 @@
 "php",
 "statsd"
 ],
-"time": "2015-04-27 08:12:26"
+"time": "2015-07-23 23:12:45"
 },
 {
 "name": "mediawiki/at-ease",
diff --git a/composer/installed.json b/composer/installed.json
index 012ec48..3228766 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -206,57 +206,6 @@
 "description": "A Thin Wrapper for the Python Pygments"
 },
 {
-"name": "liuggio/statsd-php-client",
-"version": "v1.0.16",
-"version_normalized": "1.0.16.0",
-"source": {
-"type": "git",
-"url": "https://github.com/liuggio/statsd-php-client.git";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920"
-},
-"dist": {
-"type": "zip",
-"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
-"shasum": ""
-},
-"require": {
-"php": ">=5.3.2"
-},
-"require-dev": {
-"monolog/monolog": ">=1.2.0"
-},
-"suggest": {
-"monolog/monolog": "Monolog, in order to do generate statistic 
from log >=1.2.0)"
-},
-"time": "2015-04-27 08:12:26",
-"type": "library",
-"installation-source": "dist",
-"autoload": {
-"psr-0": {
-"Liuggio": "src/"
-}
-},
-"notification-url": "https://packagist.org/downloads/";,
-"license": [
-"MIT"
-],
-"authors": [
-{
-"name":

[MediaWiki-commits] [Gerrit] Update liuggio/statsd-php-client to 1.0.18 - change (mediawiki/vendor)

2015-11-20 Thread Reedy (Code Review)
Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/254401

Change subject: Update liuggio/statsd-php-client to 1.0.18
..

Update liuggio/statsd-php-client to 1.0.18

Change-Id: I81a7d7da30374072c78c51d1a7fe8229cd70d42c
---
M composer.json
M composer.lock
M composer/installed.json
M liuggio/statsd-php-client/.travis.yml
M liuggio/statsd-php-client/README.md
M liuggio/statsd-php-client/composer.json
M liuggio/statsd-php-client/phpunit.xml
M 
liuggio/statsd-php-client/src/Liuggio/StatsdClient/Monolog/Formatter/StatsDFormatter.php
D liuggio/statsd-php-client/tests/bootstrap.php
9 files changed, 114 insertions(+), 112 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vendor 
refs/changes/01/254401/1

diff --git a/composer.json b/composer.json
index 3fc0099..7d72349 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"cssjanus/cssjanus": "1.1.1",
"firebase/php-jwt": "2.1.0",
"kzykhys/pygments": "1.0",
-   "liuggio/statsd-php-client": "1.0.16",
+   "liuggio/statsd-php-client": "1.0.18",
"mediawiki/at-ease": "1.1.0",
"monolog/monolog": "1.17.2",
"nmred/kafka-php": "0.1.4",
diff --git a/composer.lock b/composer.lock
index 665337b..0234dac 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
 "This file is @generated automatically"
 ],
-"hash": "4d71995711dccfe3bd78fb41c50b7c1c",
-"content-hash": "a06587e76bd08b7ed85a3bd69b27317a",
+"hash": "6aaf4bea26fd1bb297b7e21cc46959a6",
+"content-hash": "96e8bb80b2cde728a2cf5cfcac424aac",
 "packages": [
 {
 "name": "composer/semver",
@@ -180,23 +180,24 @@
 },
 {
 "name": "liuggio/statsd-php-client",
-"version": "v1.0.16",
+"version": "v1.0.18",
 "source": {
 "type": "git",
 "url": "https://github.com/liuggio/statsd-php-client.git";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920"
+"reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
+"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/c42e6d6687b7b2d7683186ec7f4f03351cc3dbca";,
+"reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
 "shasum": ""
 },
 "require": {
 "php": ">=5.3.2"
 },
 "require-dev": {
-"monolog/monolog": ">=1.2.0"
+"monolog/monolog": ">=1.2.0",
+"phpunit/phpunit": "^4.7"
 },
 "suggest": {
 "monolog/monolog": "Monolog, in order to do generate statistic 
from log >=1.2.0)"
@@ -225,7 +226,7 @@
 "php",
 "statsd"
 ],
-"time": "2015-04-27 08:12:26"
+"time": "2015-07-23 23:12:45"
 },
 {
 "name": "mediawiki/at-ease",
diff --git a/composer/installed.json b/composer/installed.json
index e82bafd..ed58e01 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -206,57 +206,6 @@
 "description": "A Thin Wrapper for the Python Pygments"
 },
 {
-"name": "liuggio/statsd-php-client",
-"version": "v1.0.16",
-"version_normalized": "1.0.16.0",
-"source": {
-"type": "git",
-"url": "https://github.com/liuggio/statsd-php-client.git";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920"
-},
-"dist": {
-"type": "zip",
-"url": 
"https://api.github.com/repos/liuggio/statsd-php-client/zipball/a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920";,
-"reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
-"shasum": ""
-},
-"require": {
-"php": ">=5.3.2"
-},
-"require-dev": {
-"monolog/monolog": ">=1.2.0"
-},
-"suggest": {
-"monolog/monolog": "Monolog, in order to do generate statistic 
from log >=1.2.0)"
-},
-"time": "2015-04-27 08:12:26",
-"type": "library",
-"installation-source": "dist",
-"autoload": {
-"psr-0": {
-"Liuggio": "src/"
-}
-},
-"notification-url": "https://packagist.org/downloads/";,
-"license": [
-"MIT"
-],
-"authors": [
-