21 lines
346 B
JSON
21 lines
346 B
JSON
|
{
|
||
|
"name": "verua/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": {},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^8.5"
|
||
|
}
|
||
|
}
|