mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
49b095b78e
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": ".",
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"autoloader-suffix": "FederatedFileSharing"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"OCA\\FederatedFileSharing\\": "../lib/"
|
|
}
|
|
}
|
|
}
|