Skip to content

Commit

Permalink
[K6.4] Update Joomla! requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jan 7, 2025
1 parent 413bc97 commit fc3893c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
* @var string
* @since 6.0.0
*/
protected $minimumJoomla = '5.2.2';
protected $minimumJoomla = '5.2.3';

/**
* List of supported versions. Newest version first!
Expand Down Expand Up @@ -85,10 +85,10 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '10.8.6', // Preferred version
],
'Joomla!' => [
'5.2' => '5.2.2',
'5.2' => '5.2.3',
'5.1' => '5.1.4',
'5.0' => '5.0.3',
'0' => '5.2.2', // Preferred version
'0' => '5.2.3', // Preferred version
],
];

Expand Down

0 comments on commit fc3893c

Please sign in to comment.