nextcloud/lib/private/App
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
..
AppStore Revert "Fix comparison of PHP versions" 2021-01-26 13:48:06 +01:00
CodeChecker Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
AppManager.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
CompareVersion.php Fix app fetcher php comparison to allow wider ranges 2021-01-26 16:35:43 +01:00
DependencyAnalyzer.php Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
InfoParser.php Only use libxml_disable_entity_loader on php older than 8 2021-01-08 16:33:46 +01:00
Platform.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
PlatformRepository.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00