Util-Settings/composer.json

33 lines
649 B
JSON
Raw Normal View History

2021-01-05 17:46:56 +01:00
{
2021-01-06 08:14:35 +01:00
"name": "rabe/util-settings",
2021-01-05 17:46:56 +01:00
"description": "Package for reading and writing configuration settings",
"license": "AGPL3",
"authors": [
{
"name": "Norbert Wagner",
"email": "norbert.wagner@verua.ch"
}
],
"autoload": {
"psr-4": {
"rabe\\Util\\": "src/"
}
},
"require": {
"pointybeard/helpers-cli-input": ">1.2",
"pointybeard/helpers-functions-cli": "dev-master"
},
2021-01-05 17:46:56 +01:00
"require-dev": {
2021-01-07 15:32:16 +01:00
"phpunit/phpunit": "^9.5"
2023-03-23 16:06:37 +01:00
},
"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"
}
]
2021-01-05 17:46:56 +01:00
}