Added support some webapp applications

This commit is contained in:
Alexey Berezhok
2025-02-04 23:34:14 +03:00
parent b7e404e18c
commit e4624d9398
13 changed files with 31 additions and 28 deletions

View File

@@ -123,6 +123,9 @@ if (!empty($installer)) {
$appInstallerInfo = $app_installer->info();
$supported = false;
$supported_versions = [];
if ($appInstallerInfo["enabled"] != true) {
continue;
}
foreach ($php_versions as $version) {
if (in_array($version, $appInstallerInfo["php_support"])) {
$supported = true;