Files
kyle 5f703e0fa9 docs: update deployment paths and bump version
- add deployment paths table to README
- update installation notes to reference deployment paths
- bump version to 1.1.5
- update nextcloud dependency range (33-35)
- update author homepage and remove email
- remove --prefer-dist flag in ci.yml
- delete img/app (copy).svg
2026-06-14 22:07:34 -07:00

20 lines
593 B
JSON

{
"name": "nc_bot_webhooks/app",
"description": "Discord webhook bridge for Nextcloud Talk",
"type": "nextcloud-app",
"autoload": {
"psr-4": {
"OCA\\Ncbotwebhooks\\": "../lib/"
}
},
// NOTE: This autoload path is for dev tooling (phpunit) only.
// Nextcloud apps use their own autoloader — do not rely on this for production.
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"scripts": {
"test": "phpunit --configuration phpunit.xml.dist",
"lint": "find lib -name '*.php' -exec php -l {} \\;"
}
}