Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Minimum Install version to be 7.1 (Do not merge until 5.24 RC is cut) #16678

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.