Files
occweb/composer.json
T
2019-01-19 15:40:52 +01:00

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"
}
}