summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2016-05-266-12/+112
|
* Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-052-1/+3
|
* Allos OCP classes to be PSR-4 as wellRoeland Jago Douma2016-03-221-0/+1
| | | | | This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP.
* Add composers default autoloader to coreRoeland Jago Douma2016-03-098-0/+515
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.