Util-Settings/composer.json
2025-01-14 17:11:56 +01:00

34 lines
692 B
JSON

{
"name": "rabe/util-settings",
"description": "Package for reading and writing configuration settings",
"bin": ["bin/cfg"],
"license": "AGPL3",
"authors": [
{
"name": "Norbert Wagner",
"email": "norbert.wagner@verua.ch"
}
],
"autoload": {
"psr-4": {
"rabe\\Util\\": "src/"
}
},
"require": {
"pointybeard/helpers-cli-input": "dev-master as 1.2.3",
"pointybeard/helpers-functions-cli": "dev-master as 1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"repositories": [
{
"type": "vcs",
"url": "git@code.verua.online:rabe/helpers-cli-input.git"
},
{
"type": "vcs",
"url": "git@code.verua.online:rabe/helpers-functions-cli.git"
}
]
}