Skip to content
Snippets Groups Projects
Unverified Commit 63e1aa55 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #31765 from colemanw/php8

Bump min php version to 8.0
parents ddca7aac f42bb114
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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,
......@@ -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",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a6e5af9769894acb75abaf93463dae41",
"content-hash": "2fd3522948f4611c3784bf704b6ed2e2",
"packages": [
{
"name": "adrienrn/php-mimetyper",
......@@ -5521,25 +5521,26 @@
},
{
"name": "typo3/phar-stream-wrapper",
"version": "v3.1.4",
"version": "v3.1.8",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
"reference": "a931b28f422a60052db85c0a84a05a366453b2c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
"reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/a931b28f422a60052db85c0a84a05a366453b2c0",
"reference": "a931b28f422a60052db85c0a84a05a366453b2c0",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.0"
"php": "^7.0 || ~8.0 || ~8.1 || ~8.2 || ~8.3"
},
"require-dev": {
"ext-xdebug": "*",
"phpunit/phpunit": "^6.5"
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^5.1"
},
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
......@@ -5569,9 +5570,9 @@
],
"support": {
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.8"
},
"time": "2019-12-10T11:53:27+00:00"
"time": "2024-12-09T23:06:33+00:00"
},
{
"name": "xkerman/restricted-unserialize",
......@@ -5786,7 +5787,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "~7.4 || ~8",
"php": "~8.0",
"composer-runtime-api": "~2.0",
"ext-intl": "*",
"ext-json": "*",
......@@ -5794,7 +5795,7 @@
},
"platform-dev": [],
"platform-overrides": {
"php": "7.4.0"
"php": "8.0.0"
},
"plugin-api-version": "2.3.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment