{ "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 {} \\;" } }