nextcloud/lib/private/App/AppStore
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
..
Bundles Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Fetcher Fix comparison of PHP versions 2021-01-14 23:03:20 +00:00
Version Update license headers for 19 2020-04-29 11:57:22 +02:00