UPD depot xml, zipdepot script

This commit is contained in:
2025-07-06 08:06:22 +02:00
parent 42870bdca1
commit 362a0a9450
5 changed files with 40 additions and 6 deletions

View File

@ -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
{