nextcloud-notes/composer.json

19 lines
423 B
JSON

{
"require-dev": {
"christophwurst/nextcloud": ">=20",
"nextcloud/coding-standard": "^1.0",
"friendsofphp/php-cs-fixer": "^3",
"squizlabs/php_codesniffer": "^3",
"phan/phan": "^5",
"guzzlehttp/guzzle": "^7",
"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
}