nextcloud/lib
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
..
composer Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstraction 2021-01-14 12:27:23 +01:00
l10n [tx-robot] updated from transifex 2021-01-13 02:20:19 +00:00
private Fix comparison of PHP versions 2021-01-14 23:03:20 +00:00
public Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstraction 2021-01-14 12:27:23 +01:00
autoloader.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
base.php Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfill 2021-01-08 08:25:31 +01:00
versioncheck.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00