summaryrefslogtreecommitdiffstats
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Use classmap to load core filesRoeland Jago Douma2016-07-181-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 autoloaderLukas Reschke2016-04-051-0/+2
|
* Allos OCP classes to be PSR-4 as wellRoeland Jago Douma2016-03-221-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 TravisLukas Reschke2016-03-161-0/+4
|
* Add composers default autoloader to coreRoeland Jago Douma2016-03-091-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 composerBart Visscher2012-10-271-18/+0
|
* More info for composer.jsonBart Visscher2012-10-271-0/+10
|
* Change Symfony/Component/Routing from submodule to composer fetchingBart Visscher2012-10-271-0/+8