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