initial release

This commit is contained in:
norb 2022-04-06 15:53:12 +02:00
commit 70755ec953
7 changed files with 2940 additions and 0 deletions

19
composer.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "rabe/util-instance",
"description": "Package for interacting with VeruA instances",
"license": "AGPL3",
"authors": [
{
"name": "Norbert Wagner",
"email": "norbert.wagner@verua.ch"
}
],
"autoload": {
"psr-4": {
"rabe\\Util\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}