Files
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/"
}
}
}