forms/composer.json
Roeland Jago Douma 94e7952ae3
Kill the tests for now
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-30 10:56:15 +02:00

21 lines
290 B
JSON

{
"name": "nextcloud/forms",
"type": "project",
"license": "AGPLv3",
"authors": [
{
"name": "Vinzenz Rosenkranz"
},
{
"name": "Kai Schröer"
},
{
"name": "René Gieling"
}
],
"require-dev": {
"christophwurst/nextcloud": "^16.0",
"phpunit/phpunit": "^7."
}
}