mirror of
https://github.com/nextcloud/server.git
synced 2025-03-16 01:05:24 +00:00
14 lines
289 B
JSON
14 lines
289 B
JSON
![]() |
{
|
||
|
"config" : {
|
||
|
"vendor-dir": ".",
|
||
|
"optimize-autoloader": true,
|
||
|
"classmap-authoritative": true,
|
||
|
"autoloader-suffix": "ContactsInteraction"
|
||
|
},
|
||
|
"autoload" : {
|
||
|
"psr-4": {
|
||
|
"OCA\\ContactsInteraction\\": "../lib/"
|
||
|
}
|
||
|
}
|
||
|
}
|