33 lines
897 B
JSON
33 lines
897 B
JSON
{
|
|
"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": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"adambrett/shell-wrapper": "~1.0",
|
|
"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",
|
|
"spatie/emoji": "^2.3",
|
|
"twig/twig": "^3.8"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Baggett",
|
|
"email": "matthew@baggett.me"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.46"
|
|
}
|
|
}
|