You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
447 B
23 lines
447 B
{ |
|
"name": "rabe/util-settings", |
|
"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" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^9.5" |
|
} |
|
}
|
|
|