summaryrefslogtreecommitdiffstats
path: root/lib/composer/autoload.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix mexitek/phpcolorsJohn Molakvoæ2022-04-261-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Ship mexitek/phpcolorsJohn Molakvoæ2022-04-211-5/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix an issue with the search backend updateCarl Schwan2022-04-141-0/+5
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update autoloaderRoeland Jago Douma2016-12-131-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2016-08-171-21/+0
|
* Update with robinJoas Schilling2016-07-211-0/+1
|
* Fix othersJoas Schilling2016-07-211-0/+20
|
* Use classmap to load core filesRoeland Jago Douma2016-07-181-19/+1
| | | | | | 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.
* Update license headersLukas Reschke2016-05-261-1/+19
|
* Add composers default autoloader to coreRoeland Jago Douma2016-03-091-0/+7
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.