blob: 40fe9ae34be323a7f511f487a55d732b289af11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "Comments"
},
"autoload" : {
"psr-4": {
"OCA\\Comments\\": "../lib/"
}
}
}
|