nextcloud/lib/private/App
Damien Goutte-Gattat 151abca91c Fix comparison of PHP versions
Use the builtin function `version_compare` to check an app's
compatibility with the available PHP version, instead of reusing
the `OC\App\CompareVersion::isCompatible` method which is intended
to compare Nextcloud versions. PHP version strings do not always
necessarily follow the simple Major.Minor.Patch format used by
Nextcloud and therefore cannot be properly compared by that method.

Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
2021-01-15 14:20:51 +00:00
..
AppStore Fix comparison of PHP versions 2021-01-15 14:20:51 +00:00
CodeChecker Update license headers for 19 2020-04-29 11:57:22 +02:00
AppManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
CompareVersion.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
DependencyAnalyzer.php Allow to specify supported architectures in appinfo.xml 2020-09-17 08:55:15 +02:00
InfoParser.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Platform.php Allow to specify supported architectures in appinfo.xml 2020-09-17 08:55:15 +02:00
PlatformRepository.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00