You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
458 B

{
"name": "nextcloud/privacy",
"description": "-",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Georg Ehrke"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
},
"config": {
"platform": {
"php": "7.1.8"
}
}
}