f7cloud_client/apps/settings/composer/composer.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

14 lines
267 B
JSON

{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "Settings"
},
"autoload" : {
"psr-4": {
"OCA\\Settings\\": "../lib/"
}
}
}