f838d24c5d
This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP.
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": "lib/composer"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"OC\\": "lib/private",
|
|
"OCP\\": "lib/public"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
"jakub-onderka/php-console-highlighter": "^0.3.2"
|
|
}
|
|
}
|