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