0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/theming/composer/composer.json
Christoph Wurst d5dcf7aa39
perf(autoloading): Add authoritative autoloader for theming
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-27 12:56:52 +02:00

13 lines
265 B
JSON

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