Util_Settings/composer.json

24 lines
447 B
JSON
Raw Permalink Normal View History

2021-01-05 16:46:56 +00:00
{
2021-01-06 07:14:35 +00:00
"name": "rabe/util-settings",
2021-01-05 16:46:56 +00: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.2.2",
"pointybeard/helpers-functions-cli": "1.1.9.1"
},
2021-01-05 16:46:56 +00:00
"require-dev": {
2021-01-07 14:32:16 +00:00
"phpunit/phpunit": "^9.5"
2021-01-05 16:46:56 +00:00
}
}