Docker-Swarm-Loadbalancer/bouncer/composer.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "benzine/bouncer",
"description": "Automated Docker-swarm aware Nginx configuration management",
"type": "project",
"config": {
"sort-packages": true
},
"license": "GPL-3.0-or-later",
"require": {
"php": "^8.1",
"ext-curl": "*",
2024-01-04 13:10:39 +00:00
"ext-json": "*",
"ext-openssl": "*",
2023-05-17 12:04:29 +00:00
"adambrett/shell-wrapper": "~1.0",
2024-01-04 13:10:39 +00:00
"bramus/monolog-colored-line-formatter": "~3.1",
"guzzlehttp/guzzle": "^7.8",
"kint-php/kint": "^3.3",
"league/flysystem": "^2.5",
"league/flysystem-aws-s3-v3": "^2.5",
"monolog/monolog": "^3.5",
2024-01-25 10:45:22 +00:00
"nesbot/carbon": "^2.72",
2024-01-05 17:15:51 +00:00
"phpspec/php-diff": "^1.1",
"spatie/emoji": "^2.3",
2024-01-05 17:15:51 +00:00
"symfony/yaml": "^6.4",
2024-01-04 13:10:39 +00:00
"twig/twig": "^3.8"
},
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require-dev": {
2024-01-04 13:10:39 +00:00
"friendsofphp/php-cs-fixer": "^3.46"
2024-01-25 13:01:25 +00:00
},
"autoload": {
"psr-4": {
"Bouncer\\": "src/"
}
},
"scripts": {
"fix": "php-cs-fixer fix"
},
"bin": [
"bin/bouncer"
]
}