nextcloud/lib/private/App
Damien Goutte-Gattat bedd9acf78 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-14 23:03:20 +00:00
..
AppStore Fix comparison of PHP versions 2021-01-14 23:03:20 +00:00
CodeChecker Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
AppManager.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
CompareVersion.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
DependencyAnalyzer.php Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
InfoParser.php Only use libxml_disable_entity_loader on php older than 8 2021-01-08 16:33:46 +01:00
Platform.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
PlatformRepository.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00