nextcloud/lib
Christoph Wurst b4f71ccf4d
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-26 16:35:43 +01:00
..
composer Drop authtoken_version_index 2021-01-20 09:34:41 +01:00
l10n [tx-robot] updated from transifex 2021-01-25 02:20:31 +00:00
private Fix app fetcher php comparison to allow wider ranges 2021-01-26 16:35:43 +01:00
public Merge pull request #25273 from nextcloud/enhancement/hide-two-factor-settings-if-no-providers 2021-01-22 16:26:17 +01:00
autoloader.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
base.php Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root 2021-01-21 09:08:54 +01:00
versioncheck.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00