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

Merge pull request #19390 from civicrm/php_version_bump

#2204 Bump Minimum install PHP 7.2
parents 98cd4c3b e050e52a
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class CRM_Upgrade_Incremental_General {
*
* @see install/index.php
*/
const MIN_INSTALL_PHP_VER = '7.1.0';
const MIN_INSTALL_PHP_VER = '7.2.0';
/**
* The minimum recommended MySQL/MariaDB version.
......
......@@ -38,11 +38,11 @@
"include-path": ["vendor/tecnickcom"],
"config": {
"platform": {
"php": "7.1"
"php": "7.2"
}
},
"require": {
"php": "~7.1",
"php": "~7.2",
"cache/integration-tests": "~0.17.0",
"dompdf/dompdf" : "~0.8",
"electrolinux/phpquery": "^0.9.6",
......
......@@ -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": "3877832b2ea8b061992a614b7a73a456",
"content-hash": "65312dbe20aaae9cb2a94b32937a24e0",
"packages": [
{
"name": "adrienrn/php-mimetyper",
......@@ -3854,12 +3854,12 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "~7.1",
"php": "~7.2",
"ext-intl": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.1"
"php": "7.2"
},
"plugin-api-version": "2.0.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment