Open sourcing package

This commit is contained in:
norb 2021-01-05 17:46:56 +01:00
commit d2fa242f68
6 changed files with 2936 additions and 0 deletions

20
composer.json Normal file
View file

@ -0,0 +1,20 @@
{
"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"
}
}