summaryrefslogtreecommitdiffstats
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Respect exit code of lint run - changed from -exec to xargs as this exits ↵Morris Jobke2020-05-131-1/+1
| | | | | | properly Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Print diff in cs:check commandChristoph Wurst2020-04-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump coding standard lib for PSR2Christoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-4/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add shared php-cs configChristoph Wurst2020-03-311-4/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Lint on github actionsRoeland Jago Douma2020-02-101-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to an appChristoph Wurst2019-09-281-1/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add the legacy classes to the composer classmapRoeland Jago Douma2019-05-301-0/+3
| | | | | | | To have a faster autoloading. We should get rid of those of course. But for now I do not see it happening any time soon. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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