William Brawner
ba6e26c191
The skeleton project was generated from https://apps.nextcloud.com/developer/apps/generate The only additions so far have been to the lib/Db directory, where the classes, schema and CRUD operations were added for Budget, Category, Transaction, and UserPermission entities.
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "Twigs",
|
|
"description": "Twigs",
|
|
"type": "project",
|
|
"license": "AGPL",
|
|
"authors": [
|
|
{
|
|
"name": "William Brawner"
|
|
}
|
|
],
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.4"
|
|
}
|
|
}
|