nextcloud/lib
Christoph Wurst 9010937535 Fix app fetcher php comparison to allow wider ranges
When app app specifies php 7.4 as upper limit we have to allow the
installation on php>7.4.0. The previous version check didn't do that.
This adjusts the regexes to discard any irrelevant suffix after the
three version numbers so that we can use more fine granular checks than
php's version_compare can do out of the box, like for php 7.4 we only
compare the major and minor version numbers and ignore the patch level.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-27 14:51:54 +00:00
..
composer Dump autoloader 2020-12-14 11:12:52 +01:00
l10n [tx-robot] updated from transifex 2021-01-27 02:20:58 +00:00
private Fix app fetcher php comparison to allow wider ranges 2021-01-27 14:51:54 +00:00
public adjust since 2021-01-22 13:33:33 +00:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Removed config.js 2020-11-09 16:01:06 +00:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00