mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": ".",
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"autoloader-suffix": "Federation"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"OCA\\Federation\\": "../lib/"
|
|
}
|
|
}
|
|
}
|