Open sourcing package
This commit is contained in:
commit
d2fa242f68
6 changed files with 2936 additions and 0 deletions
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue