{ "name": "nc_bot_webhooks/app", "description": "Discord webhook bridge for Nextcloud Talk", "type": "nextcloud-app", "autoload": { "psr-4": { "OCA\\Ncbotwebhooks\\": "../lib/" } }, "require-dev": { "phpunit/phpunit": "^10.0" }, "scripts": { "test": "phpunit --configuration phpunit.xml.dist", "lint": "find lib -name '*.php' -exec php -l {} \\;" } }