bedd9acf78
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> |
||
---|---|---|
.. | ||
AppStore | ||
CodeChecker | ||
AppManager.php | ||
CompareVersion.php | ||
DependencyAnalyzer.php | ||
InfoParser.php | ||
Platform.php | ||
PlatformRepository.php |