UPD depot 0.9.25

This commit is contained in:
2025-07-14 21:15:54 +02:00
parent 362a0a9450
commit ac9b85bf82
5 changed files with 18 additions and 8 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 = '5.1.4';
private string $minimumPhp = '8.1.30';
private string $minimumJoomla = '5.3.2';
private string $minimumPhp = '8.4.10';
public function install(InstallerAdapter $adapter): bool
{