Skip to content

Commit

Permalink
Update min PHP requirement to 8.1 (#42174)
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen authored Oct 19, 2023
1 parent 3207bf6 commit ddbce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Define the application's minimum supported PHP version as a constant so it can be referenced within the application.
*/
\define('JOOMLA_MINIMUM_PHP', '7.2.5');
\define('JOOMLA_MINIMUM_PHP', '8.1.0');

if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) {
echo 'Sorry, your PHP version is not supported.' . PHP_EOL;
Expand Down

0 comments on commit ddbce21

Please sign in to comment.