nextcloud/lib/private/App/AppStore/Fetcher
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
..
AppFetcher.php Fix comparison of PHP versions 2021-01-15 14:20:51 +00:00
CategoryFetcher.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Fetcher.php Only retry fetching app store data once every 5 minutes in case it fails 2020-10-22 14:14:49 +00:00