*
* Tip: Keep in sync with composer.json ("config => platform => php")
*/
- const MINIMUM_PHP_VERSION = '7.0.0';
+ const MINIMUM_PHP_VERSION = '7.1.0';
/**
* @var \CRM_Core_Config
*
* @see install/index.php
*/
- const MIN_INSTALL_PHP_VER = '7.0';
+ const MIN_INSTALL_PHP_VER = '7.1';
/**
* Compute any messages which should be displayed before upgrade.
"include-path": ["vendor/tecnickcom"],
"config": {
"platform": {
- "php": "7.0.10"
+ "php": "7.1"
}
},
"require": {
- "php": "~7.0",
+ "php": "~7.1",
"cache/integration-tests": "~0.16.0",
"dompdf/dompdf" : "0.8.*",
"electrolinux/phpquery": "^0.9.6",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d3e774ecb53f47ad1c02f3c570d4aabb",
+ "content-hash": "4461b6a9f42757ed76cbca218261acc3",
"packages": [
{
"name": "cache/integration-tests",
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": "~7.0"
+ "php": "~7.1"
},
"platform-dev": [],
"platform-overrides": {
- "php": "7.0.10"
+ "php": "7.1"
}
}