1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-30 21:34:59 +00:00 committed by GitHub
parent 717419202a
commit da62ded7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

View file

@ -47,7 +47,7 @@
"geoip2/geoip2": "2.10.0", "geoip2/geoip2": "2.10.0",
"piwik/device-detector": "3.13.0", "piwik/device-detector": "3.13.0",
"dragonmantank/cron-expression": "3.0.1", "dragonmantank/cron-expression": "3.0.1",
"domnikl/statsd": "2.0.*", "domnikl/statsd": "3.0.*",
"influxdb/influxdb-php": "1.15.*", "influxdb/influxdb-php": "1.15.*",
"bacon/bacon-qr-code": "2.0.2", "bacon/bacon-qr-code": "2.0.2",
"phpmailer/phpmailer": "6.1.7" "phpmailer/phpmailer": "6.1.7"

21
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "19733c6ed3b116b05ca08feaa1cfe7f2", "content-hash": "07a5b2d2e742e8651d58889c3253c3b5",
"packages": [ "packages": [
{ {
"name": "appwrite/php-clamav", "name": "appwrite/php-clamav",
@ -255,28 +255,31 @@
}, },
{ {
"name": "domnikl/statsd", "name": "domnikl/statsd",
"version": "2.0.1", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/domnikl/statsd-php.git", "url": "https://github.com/domnikl/statsd-php.git",
"reference": "cb4b2f50287c08bff820fb25ae45f0620b39f507" "reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/domnikl/statsd-php/zipball/cb4b2f50287c08bff820fb25ae45f0620b39f507", "url": "https://api.github.com/repos/domnikl/statsd-php/zipball/393c6565efbfb23c8296ae3099a62fb6366c6ce3",
"reference": "cb4b2f50287c08bff820fb25ae45f0620b39f507", "reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">= 5.4.0" "php": ">= 7.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">= 4.4.0" "flyeralarm/php-code-validator": "^2.2",
"phpunit/phpunit": "~8.0",
"vimeo/psalm": "^3.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Domnikl\\Statsd\\": "lib/" "Domnikl\\Statsd\\": "src/",
"Domnikl\\Test\\Statsd\\": "tests/unit"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -298,7 +301,7 @@
"statsd", "statsd",
"udp" "udp"
], ],
"time": "2014-12-09T09:37:49+00:00" "time": "2020-01-03T14:24:58+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",