Commit Graph

8 Commits (c6a69ba92514587814d0f03b51e1d1f026a49350)

Author SHA1 Message Date
Roeland Jago Douma 14be81c5b0
Use classmap to load core files
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.
8 years ago
Lukas Reschke 433c0160b6 Move OC\Core and OC\Settings to composer autoloader 8 years ago
Roeland Jago Douma f838d24c5d Allos OCP classes to be PSR-4 as well
This adds the OCP namespace to the composer autoloader as well.
This means that now we can use proper PSR-4 filenames in OCP.
8 years ago
Lukas Reschke dc364222d9 Execute PHP Parallel Linter on Travis 8 years ago
Roeland Jago Douma f7729cdc40 Add composers default autoloader to core
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.
8 years ago
Bart Visscher c1c76539cc Include copy of Symfony routing component, and don't use composer 12 years ago
Bart Visscher beaaf5425d More info for composer.json 12 years ago
Bart Visscher 43e8293d9c Change Symfony/Component/Routing from submodule to composer fetching 12 years ago