mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
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. |
||
|---|---|---|
| .. | ||
| autoload_classmap.php | ||
| autoload_namespaces.php | ||
| autoload_psr4.php | ||
| autoload_real.php | ||
| ClassLoader.php | ||
| installed.json | ||
| LICENSE | ||