Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use classmap to load core files | Roeland Jago Douma | 2016-07-18 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 1 | -0/+2 |
| | |||||
* | Allos OCP classes to be PSR-4 as well | Roeland Jago Douma | 2016-03-22 | 1 | -1/+4 |
| | | | | | This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP. | ||||
* | Execute PHP Parallel Linter on Travis | Lukas Reschke | 2016-03-16 | 1 | -0/+4 |
| | |||||
* | Add composers default autoloader to core | Roeland Jago Douma | 2016-03-09 | 1 | -0/+8 |
| | | | | | | | | 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. | ||||
* | Include copy of Symfony routing component, and don't use composer | Bart Visscher | 2012-10-27 | 1 | -18/+0 |
| | |||||
* | More info for composer.json | Bart Visscher | 2012-10-27 | 1 | -0/+10 |
| | |||||
* | Change Symfony/Component/Routing from submodule to composer fetching | Bart Visscher | 2012-10-27 | 1 | -0/+8 |