aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/app/dependencyanalyzer.php
Commit message (Expand)AuthorAgeFilesLines
* Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-141-0/+2
* rework api of DependencyAnalyzerThomas Müller2014-12-121-76/+76
* single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-6/+19
* adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller2014-12-111-0/+27
* adding dependencies for supported platformsThomas Müller2014-12-111-0/+21
* adding supported libraries - including min and max versionThomas Müller2014-12-111-7/+41
* adding dependencies for command line toolsThomas Müller2014-12-111-18/+51
* no nested xml tags on dependenciesThomas Müller2014-12-041-2/+2
* adjust dependency analyzer to use attributes properlyThomas Müller2014-12-041-14/+27
* adding supported databasesThomas Müller2014-12-041-0/+16
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-041-0/+58