Skip to content

Commit

Permalink
set min requirements for install language package
Browse files Browse the repository at this point in the history
  • Loading branch information
tecpromotion committed Jul 11, 2023
1 parent 096192f commit cb4f45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Pkg_deDEInstallerScript extends InstallerScript
public function __construct()
{
// Define the minimum versions to be supported.
$this->minimumJoomla = '4.2';
$this->minimumPhp = '7.2.5';
$this->minimumJoomla = '5.0';
$this->minimumPhp = '8.1.0';

$this->deleteFiles = [
// Backend
Expand Down

0 comments on commit cb4f45a

Please sign in to comment.