f7729cdc40
This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4.
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": "lib/composer"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {"OC\\": "lib/private"}
|
|
}
|
|
}
|