initial release
This commit is contained in:
parent
0a85995505
commit
70755ec953
7 changed files with 2940 additions and 0 deletions
19
composer.json
Normal file
19
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue