Docker-PHP/swarm-monitor/composer.json

30 lines
709 B
JSON
Raw Normal View History

2022-06-27 11:25:23 +00:00
{
"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"
}
}