We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d81b4 commit cc5588bCopy full SHA for cc5588b
administrator/components/com_patchtester/script.php
@@ -31,7 +31,7 @@ class Com_PatchtesterInstallerScript extends InstallerScript
31
*/
32
public function __construct()
33
{
34
- $this->minimumJoomla = '4.0';
+ $this->minimumJoomla = '6.0';
35
$this->minimumPhp = JOOMLA_MINIMUM_PHP;
36
$this->deleteFolders = [
37
'/administrator/components/com_patchtester/PatchTester',
0 commit comments