UPD depot xml, zipdepot script
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user