20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"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": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
}
|
|
}
|