twigs-nextcloud/composer.json
William Brawner ba6e26c191 Initial commit
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.
2020-03-07 12:36:23 -06:00

15 lines
261 B
JSON

{
"name": "Twigs",
"description": "Twigs",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "William Brawner"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
}
}