-
Roeland Jago Douma authored
We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
Roeland Jago Douma authoredWe can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
This project manages its dependencies using Composer.
Learn more
composer.json 442 B
{
"config" : {
"vendor-dir": "lib/composer",
"optimize-autoloader": true
},
"autoload" : {
"psr-4": {
"OC\\": "lib/private",
"OC\\Core\\": "core/",
"OC\\Settings\\": "settings/",
"OCP\\": "lib/public"
}
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2"
}
}