29 lines
709 B
JSON
29 lines
709 B
JSON
{
|
|
"name": "benzine/swarm-monitor",
|
|
"description": "Swarm agent monitoring",
|
|
"type": "project",
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-json": "*",
|
|
"ext-curl": "*",
|
|
"kint-php/kint": "^3.3",
|
|
"guzzlehttp/guzzle": "^7.3",
|
|
"monolog/monolog": "^2.2",
|
|
"bramus/monolog-colored-line-formatter": "~3.0",
|
|
"spatie/emoji": "^2.3",
|
|
"ext-redis": "*"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Baggett",
|
|
"email": "matthew@baggett.me"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.0"
|
|
}
|
|
}
|