Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -0/+20 |
| | |||||
* | Use classmap to load core files | Roeland Jago Douma | 2016-07-18 | 1 | -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 headers | Lukas Reschke | 2016-05-26 | 1 | -1/+19 |
| | |||||
* | Add composers default autoloader to core | Roeland Jago Douma | 2016-03-09 | 1 | -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. |