Merge pull request #16402 from eileenmcnaughton/part_test
[civicrm-core.git] / CRM / Upgrade / Form.php
index 4d9f5ea5f55ec040c60d9321dbe4940be9adef00..ab3de5688f6b734c6a740927c9735c6bf9acbb56 100644 (file)
@@ -35,6 +35,8 @@ class CRM_Upgrade_Form extends CRM_Core_Form {
    * Minimum php version required to run (equal to or lower than the minimum install version)
    *
    * As of Civi 5.16, using PHP 5.x will lead to a hard crash during bootstrap.
+   *
+   * Tip: Keep in sync with composer.json ("config => platform => php")
    */
   const MINIMUM_PHP_VERSION = '7.0.0';