0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/weather_status/composer/composer.json
Christoph Wurst ba4e46d341
perf(autoloading): Add authoritative autoloader for weather-status
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-30 18:10:58 +01:00

14 lines
277 B
JSON

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