blob: 1357d3f09b806f27f25346feec511bef50b7f675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "UpdateNotification"
},
"autoload" : {
"psr-4": {
"OCA\\UpdateNotification\\": "../lib/"
}
}
}
|