nextcloud-notes/composer.json

19 lines
435 B
JSON

{
"require-dev": {
"christophwurst/nextcloud": ">=20",
"nextcloud/coding-standard": "^0.5.0",
"friendsofphp/php-cs-fixer": "^2.18.6",
"squizlabs/php_codesniffer": "3.*",
"phan/phan": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"staabm/annotate-pull-request-from-checkstyle": "^1.1.0"
},
"autoload-dev": {
"psr-4": {
"OCA\\Notes\\Tests\\API\\": "tests/api/"
}
},
"minimum-stability": "beta",
"prefer-stable": true
}