0
0
mirror of https://github.com/nextcloud/server.git synced 2024-09-18 18:47:24 +00:00
nextcloud_server/apps/webhook_listeners/composer/composer.json
Côme Chilliet 19bc3ed1e3 chore(webhooks): Rename webhooks application to webhook_listeners
There is already a webhooks application in the appstore

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-06-11 14:10:29 +02:00

14 lines
283 B
JSON

{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "WebhookListeners"
},
"autoload" : {
"psr-4": {
"OCA\\WebhookListeners\\": "../lib/"
}
}
}