Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Nov 26, 2024
1 parent 18f2b66 commit 8fd1a5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '7.4.1', // Preferred version
],
'MySQL' => [
'9.0' => '9.0.0',
'8.4' => '8.4.0',
'8.3' => '8.3.0',
'8.2' => '8.2.0',
Expand All @@ -67,6 +68,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '8.0.13', // Preferred version
],
'mariaDB' => [
'11.4' => '11.4.2',
'11.3' => '11.3',
'11.2' => '11.2',
'11.1' => '11.1',
Expand All @@ -86,11 +88,11 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '10.8.6' // Preferred version
],
'Joomla!' => [
'5.2' => '5.2.0',
'5.2' => '5.2.2',
'5.1' => '5.1.4',
'5.0' => '5.0.3',
'4.4' => '4.4.9',
'0' => '5.2.0', // Preferred version
'0' => '5.2.2', // Preferred version
],
];

Expand Down

0 comments on commit 8fd1a5d

Please sign in to comment.