Skip to content

Commit

Permalink
Bump min PHP version to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Dec 8, 2023
1 parent 2a9e897 commit b49e9ad
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.3.0';
const MIN_INSTALL_PHP_VER = '7.4.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.3.0"
"php": "7.4.0"
},
"allow-plugins": {
"civicrm/composer-compile-plugin": true,
Expand All @@ -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",
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 b49e9ad

Please sign in to comment.