Skip to content

Commit

Permalink
Merge pull request #16678 from seamuslee001/php_7_1_bump
Browse files Browse the repository at this point in the history
Bump Minimum Install version to be 7.1 (Do not merge until 5.24 RC is cut)
  • Loading branch information
seamuslee001 authored Mar 11, 2020
2 parents 0c6209e + a1400a8 commit 93a395c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CRM_Upgrade_Form extends CRM_Core_Form {
*
* Tip: Keep in sync with composer.json ("config => platform => php")
*/
const MINIMUM_PHP_VERSION = '7.0.0';
const MINIMUM_PHP_VERSION = '7.1.0';

/**
* @var \CRM_Core_Config
Expand Down
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CRM_Upgrade_Incremental_General {
*
* @see install/index.php
*/
const MIN_INSTALL_PHP_VER = '7.0';
const MIN_INSTALL_PHP_VER = '7.1';

/**
* Compute any messages which should be displayed before upgrade.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"include-path": ["vendor/tecnickcom"],
"config": {
"platform": {
"php": "7.0.10"
"php": "7.1"
}
},
"require": {
"php": "~7.0",
"php": "~7.1",
"cache/integration-tests": "~0.16.0",
"dompdf/dompdf" : "0.8.*",
"electrolinux/phpquery": "^0.9.6",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93a395c

Please sign in to comment.