2017-10-23 22:12:27 +03:00
|
|
|
{
|
|
|
|
"config" : {
|
|
|
|
"vendor-dir": ".",
|
|
|
|
"optimize-autoloader": true,
|
2017-12-14 10:31:31 +03:00
|
|
|
"classmap-authoritative": true,
|
2017-10-23 22:12:27 +03:00
|
|
|
"autoloader-suffix": "UpdateNotification"
|
|
|
|
},
|
|
|
|
"autoload" : {
|
|
|
|
"psr-4": {
|
|
|
|
"OCA\\UpdateNotification\\": "../lib/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|