0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-14 16:33:21 +00:00
nextcloud_server/apps/dashboard/composer/composer.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
269 B
JSON
Raw Normal View History

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