Util-Instance/composer.json
2022-04-06 15:55:29 +02:00

19 lines
324 B
JSON

{
"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"
}
}