0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 07:53:51 +00:00
nextcloud_server/apps/updatenotification/composer/composer.json

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

14 lines
287 B
JSON
Raw Permalink Normal View History

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