Skip to content

Commit

Permalink
dev/core#2204 Update minimum php install to be 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jan 14, 2021
1 parent caa7c0e commit 11e0315
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0');
define('CIVICRM_DRUPAL_PHP_MINIMUM', '7.2.0');

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

0 comments on commit 11e0315

Please sign in to comment.