nextcloud/lib/private/App
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
..
AppStore Revert "Fix comparison of PHP versions" 2021-01-27 14:51:54 +00:00
CodeChecker Update license headers for 19 2020-04-29 11:57:22 +02:00
AppManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
CompareVersion.php Fix app fetcher php comparison to allow wider ranges 2021-01-27 14:51:54 +00:00
DependencyAnalyzer.php Allow to specify supported architectures in appinfo.xml 2020-09-17 08:55:15 +02:00
InfoParser.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Platform.php Allow to specify supported architectures in appinfo.xml 2020-09-17 08:55:15 +02:00
PlatformRepository.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00