Bump min PHP version to 7.4.0
authorcolemanw <coleman@civicrm.org>
Fri, 8 Dec 2023 14:13:49 +0000 (09:13 -0500)
committercolemanw <coleman@civicrm.org>
Fri, 8 Dec 2023 14:13:49 +0000 (09:13 -0500)
See https://lab.civicrm.org/dev/core/-/issues/4812
Last bump was [a year ago](https://github.com/civicrm/civicrm-core/pull/25147).

CRM/Upgrade/Incremental/General.php
composer.json
composer.lock

index 9d87705777590461226aa31d6fd997079e7a2cba..d76f641ccd09a71feed80c13427bddf95b74ef3f 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Upgrade_Incremental_General {
    *
    * @see install/index.php
    */
-  const MIN_INSTALL_PHP_VER = '7.3.0';
+  const MIN_INSTALL_PHP_VER = '7.4.0';
 
   /**
    * The minimum recommended MySQL version.
index c1da1a6a8fc9a28df44ab493550b48039ea74f7c..239e19649976a1ec06244cb0704c6698897c925b 100644 (file)
@@ -41,7 +41,7 @@
   "include-path": ["vendor/tecnickcom"],
   "config": {
     "platform": {
-      "php": "7.3.0"
+      "php": "7.4.0"
     },
     "allow-plugins": {
       "civicrm/composer-compile-plugin": true,
@@ -50,7 +50,7 @@
     }
   },
   "require": {
-    "php": "~7.3 || ~8",
+    "php": "~7.4 || ~8",
     "composer-runtime-api": "~2.0",
     "dompdf/dompdf" : "~2.0.2",
     "firebase/php-jwt": ">=3 <7",
index 3ec4d7bc0515da0dce994cd025b641475d1cadb3..e278430175011d2ddc7dc17a447d4ea27dc10b52 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "aaf2da4db21436c628b6081c643cdc1e",
+    "content-hash": "288c4d344661b0b774a177675d8ee65b",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
-        "php": "~7.3 || ~8",
+        "php": "~7.4 || ~8",
         "composer-runtime-api": "~2.0",
         "ext-intl": "*",
         "ext-json": "*",
     },
     "platform-dev": [],
     "platform-overrides": {
-        "php": "7.3.0"
+        "php": "7.4.0"
     },
     "plugin-api-version": "2.3.0"
 }