From da62ded7e818f155bbd6187c1b47e966f5d3f90b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:34:59 +0000 Subject: [PATCH] Bump domnikl/statsd from 2.0.1 to 3.0.2 Bumps [domnikl/statsd](https://github.com/domnikl/statsd-php) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/domnikl/statsd-php/releases) - [Changelog](https://github.com/domnikl/statsd-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/domnikl/statsd-php/compare/2.0.1...3.0.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index ab472e40f..f0ce2624c 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "geoip2/geoip2": "2.10.0", "piwik/device-detector": "3.13.0", "dragonmantank/cron-expression": "3.0.1", - "domnikl/statsd": "2.0.*", + "domnikl/statsd": "3.0.*", "influxdb/influxdb-php": "1.15.*", "bacon/bacon-qr-code": "2.0.2", "phpmailer/phpmailer": "6.1.7" diff --git a/composer.lock b/composer.lock index bd23a50dd..1392b6fdd 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": "19733c6ed3b116b05ca08feaa1cfe7f2", + "content-hash": "07a5b2d2e742e8651d58889c3253c3b5", "packages": [ { "name": "appwrite/php-clamav", @@ -255,28 +255,31 @@ }, { "name": "domnikl/statsd", - "version": "2.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/domnikl/statsd-php.git", - "reference": "cb4b2f50287c08bff820fb25ae45f0620b39f507" + "reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/domnikl/statsd-php/zipball/cb4b2f50287c08bff820fb25ae45f0620b39f507", - "reference": "cb4b2f50287c08bff820fb25ae45f0620b39f507", + "url": "https://api.github.com/repos/domnikl/statsd-php/zipball/393c6565efbfb23c8296ae3099a62fb6366c6ce3", + "reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3", "shasum": "" }, "require": { - "php": ">= 5.4.0" + "php": ">= 7.2" }, "require-dev": { - "phpunit/phpunit": ">= 4.4.0" + "flyeralarm/php-code-validator": "^2.2", + "phpunit/phpunit": "~8.0", + "vimeo/psalm": "^3.4" }, "type": "library", "autoload": { "psr-4": { - "Domnikl\\Statsd\\": "lib/" + "Domnikl\\Statsd\\": "src/", + "Domnikl\\Test\\Statsd\\": "tests/unit" } }, "notification-url": "https://packagist.org/downloads/", @@ -298,7 +301,7 @@ "statsd", "udp" ], - "time": "2014-12-09T09:37:49+00:00" + "time": "2020-01-03T14:24:58+00:00" }, { "name": "dragonmantank/cron-expression",