16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"name": "Test Nextcloud App",
|
|
"description": "Application Test",
|
|
"type": "project",
|
|
"license": "AGPL",
|
|
"authors": [
|
|
{
|
|
"name": "Adphi"
|
|
}
|
|
],
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.4"
|
|
}
|
|
}
|