Updates
This commit is contained in:
13
nextcloud-aio/app/composer/composer.json
Normal file
13
nextcloud-aio/app/composer/composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"config" : {
|
||||
"vendor-dir": ".",
|
||||
"optimize-autoloader": true,
|
||||
"classmap-authoritative": true,
|
||||
"autoloader-suffix": "AllInOne"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4": {
|
||||
"OCA\\AllInOne\\": "../lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user