UPD depot xml, zipdepot script

Dieser Commit ist enthalten in:
2025-07-06 08:06:22 +02:00
Ursprung 42870bdca1
Commit 362a0a9450
5 geänderte Dateien mit 40 neuen und 6 gelöschten Zeilen
+2 -2
Datei anzeigen
@@ -29,8 +29,8 @@ use Joomla\CMS\Installer\InstallerScriptInterface;
use Joomla\CMS\Language\Text;
return new class() implements InstallerScriptInterface {
private string $minimumJoomla = '4.4.8'; // '5.1.4'
private string $minimumPhp = '8.1.29';
private string $minimumJoomla = '5.1.4';
private string $minimumPhp = '8.1.30';
public function install(InstallerAdapter $adapter): bool
{