mirror of
https://github.com/nextcloud/server.git
synced 2025-04-21 08:11:10 +00:00

There is already a webhooks application in the appstore Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": ".",
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"autoloader-suffix": "WebhookListeners"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"OCA\\WebhookListeners\\": "../lib/"
|
|
}
|
|
}
|
|
}
|