Skip to content

Commit

Permalink
Support PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Oct 10, 2022
1 parent e628a4d commit 5d8b809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class PluginBuildScript
private const JOOMLA_MINIMUM = '3.8';
private const JOOMLA_UNSUPPORTED = '5.0';
private const PHP_MINIMUM = '5.4';
private const PHP_UNSUPPORTED = '8.2';
private const PHP_UNSUPPORTED = '8.3';

private const UPDATE_JOOMLA_REGEX = '(4|3\.([89]|10))';
private const UPDATE_NAME = 'System - Remove Generator';
Expand Down
2 changes: 1 addition & 1 deletion code/plugins/system/removegenerator/install.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class PlgSystemRemoveGeneratorInstallerScript
* @var string
* @since 1.2.0
*/
private $phpUnsupported = '8.2';
private $phpUnsupported = '8.3';

/**
* Function called before extension installation/update/removal procedure commences.
Expand Down

0 comments on commit 5d8b809

Please sign in to comment.