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