server/apps/updatenotification/composer/composer.json
Roeland Jago Douma 53e0b7c1a8
UpdateNotification Autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-24 20:40:13 +02:00

13 lines
287 B
JSON

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