Skip to content

Commit

Permalink
Bump min php version to 8.0
Browse files Browse the repository at this point in the history
This required a minor version bump to typo3/phar-stream-wrapper, which seems fine
  • Loading branch information
colemanw committed Jan 13, 2025
1 parent 726d32a commit f42bb11
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 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 {
/**
* The minimum PHP version required to install Civi.
*/
const MIN_INSTALL_PHP_VER = '7.4.0';
const MIN_INSTALL_PHP_VER = '8.0.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 @@ -42,7 +42,7 @@
"include-path": ["vendor/tecnickcom"],
"config": {
"platform": {
"php": "7.4.0"
"php": "8.0.0"
},
"allow-plugins": {
"civicrm/composer-compile-plugin": true,
Expand All @@ -51,7 +51,7 @@
}
},
"require": {
"php": "~7.4 || ~8",
"php": "~8.0",
"composer-runtime-api": "~2.0",
"dompdf/dompdf" : "~2.0.4",
"firebase/php-jwt": ">=3 <7",
Expand Down
23 changes: 12 additions & 11 deletions composer.lock

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

0 comments on commit f42bb11

Please sign in to comment.