Skip to content

Commit

Permalink
Merge branch '5.0-dev' into 5.0/fix/publicfoldercliinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Oct 20, 2023
2 parents 0c5a204 + ddbce21 commit ce5ba81
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 ce5ba81

Please sign in to comment.