Files
operationSystem-docker/grafana-docker/php-example/composer.lock
2024-08-22 14:05:05 +09:00

80 lines
2.7 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "54a6353042ab1f33202309a7a67786a2",
"packages": [
{
"name": "league/statsd",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/statsd.git",
"reference": "c6290ef6c7528b7b739b26ce6aedf81ee6a4a2ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/statsd/zipball/c6290ef6c7528b7b739b26ce6aedf81ee6a4a2ac",
"reference": "c6290ef6c7528b7b739b26ce6aedf81ee6a4a2ac",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"League\\StatsD\\Laravel5\\Provider\\StatsdServiceProvider"
],
"aliases": {
"Statsd": "League\\StatsD\\Laravel5\\Facade\\StatsdFacade"
}
}
},
"autoload": {
"psr-4": {
"League\\StatsD\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc Qualie",
"email": "marc@marcqualie.com",
"homepage": "http://marcqualie.com",
"role": "Developer"
}
],
"description": "A simple library for working with StatsD in PHP.",
"homepage": "https://github.com/thephpleague/statsd",
"keywords": [
"graphite",
"library",
"statsd"
],
"support": {
"issues": "https://github.com/thephpleague/statsd/issues",
"source": "https://github.com/thephpleague/statsd/tree/1.5.0"
},
"time": "2018-10-09T16:02:46+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-pcntl": "*"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}