Util_Settings/composer.json

21 lines
346 B
JSON
Raw Normal View History

2021-01-05 16:46:56 +00:00
{
"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"
}
}