Skip to content

Commit

Permalink
Bump min PHP version to 7.3.0
Browse files Browse the repository at this point in the history
Fixes dev/core#3991

Update PHP constraints in composer
  • Loading branch information
colemanw authored and seamuslee001 committed Dec 13, 2022
1 parent 8df5347 commit d6f496e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CRM_Upgrade_Incremental_General {
*
* @see install/index.php
*/
const MIN_INSTALL_PHP_VER = '7.2.0';
const MIN_INSTALL_PHP_VER = '7.3.0';

/**
* The minimum recommended MySQL version.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"include-path": ["vendor/tecnickcom"],
"config": {
"platform": {
"php": "7.2.5"
"php": "7.3.0"
},
"allow-plugins": {
"civicrm/composer-compile-plugin": true,
Expand All @@ -50,7 +50,7 @@
}
},
"require": {
"php": "~7.2.5 || ~7.3 || ~8",
"php": "~7.3 || ~8",
"composer-runtime-api": "~2.0",
"cache/integration-tests": "~0.17.0",
"dompdf/dompdf" : "~2.0.1",
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 d6f496e

Please sign in to comment.