From: Seamus Lee Date: Thu, 14 Jan 2021 22:36:17 +0000 (+1100) Subject: Bump Minimum install PHP 7.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e050e52ada1b42a41de93ff14287c34bc8c830ef;p=civicrm-core.git Bump Minimum install PHP 7.2 --- diff --git a/CRM/Upgrade/Incremental/General.php b/CRM/Upgrade/Incremental/General.php index fb5510d5b5..115e47a7d0 100644 --- a/CRM/Upgrade/Incremental/General.php +++ b/CRM/Upgrade/Incremental/General.php @@ -40,7 +40,7 @@ class CRM_Upgrade_Incremental_General { * * @see install/index.php */ - const MIN_INSTALL_PHP_VER = '7.1.0'; + const MIN_INSTALL_PHP_VER = '7.2.0'; /** * The minimum recommended MySQL/MariaDB version. diff --git a/composer.json b/composer.json index 119c1bc7fe..e6d47a9c30 100644 --- a/composer.json +++ b/composer.json @@ -38,11 +38,11 @@ "include-path": ["vendor/tecnickcom"], "config": { "platform": { - "php": "7.1" + "php": "7.2" } }, "require": { - "php": "~7.1", + "php": "~7.2", "cache/integration-tests": "~0.17.0", "dompdf/dompdf" : "~0.8", "electrolinux/phpquery": "^0.9.6", diff --git a/composer.lock b/composer.lock index 59365b18d0..171510a628 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3877832b2ea8b061992a614b7a73a456", + "content-hash": "65312dbe20aaae9cb2a94b32937a24e0", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -3854,12 +3854,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.1", + "php": "~7.2", "ext-intl": "*" }, "platform-dev": [], "platform-overrides": { - "php": "7.1" + "php": "7.2" }, "plugin-api-version": "2.0.0" }