Util-Instance/composer.json

19 lines
324 B
JSON
Raw Normal View History

2022-04-06 15:53:12 +02:00
{
"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"
}
}