blob: f2d8aa0e73a429a2061a4415bc794b956103c8bf (
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": "FilesReminders"
},
"autoload" : {
"psr-4": {
"OCA\\FilesReminders\\": "../lib/"
}
}
}
|