Skip to content

Commit

Permalink
Merge pull request #689 from seamuslee001/php80_bump
Browse files Browse the repository at this point in the history
Set minimum PHP version needed is 8.0
  • Loading branch information
totten authored Jan 15, 2025
2 parents 9f77a87 + eee5747 commit 7291622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion civicrm.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 7.x-4.7
package = CiviCRM
core = 7.x
project = civicrm
php = 7.4
php = 8.0

files[] = civicrm.module
files[] = civicrm.install
Expand Down
2 changes: 1 addition & 1 deletion civicrm.module
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ define('CIVICRM_UF_HEAD', TRUE);
* @see CRM_Upgrade_Incremental_General::MIN_INSTALL_PHP_VER
* @see CiviDrupal\PhpVersionTest::testConstantMatch()
*/
define('CIVICRM_DRUPAL_PHP_MINIMUM', '7.4.0');
define('CIVICRM_DRUPAL_PHP_MINIMUM', '8.0.0');

/**
* Adds CiviCRM CSS and JS resources into the header.
Expand Down

0 comments on commit 7291622

Please sign in to comment.