diff --git a/README.md b/README.md index 36dc98a5a5..bb10f33a7d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Download the latest release from our [website](http://www.espocrm.com). ### Requirements -* PHP 5.6 or above (with pdo, json, gd, openssl, zip, imap, mbstring, curl extensions); +* PHP 7.1 or above (with pdo, json, gd, openssl, zip, imap, mbstring, curl extensions); * MySQL 5.5.3 or above, or MariaDB. For more information about server configuration see [this article](https://www.espocrm.com/documentation/administration/server-configuration/). @@ -76,4 +76,3 @@ Json files will be created in build directory grouped by folders. ### License EspoCRM is published under the GNU GPLv3 [license](https://raw.githubusercontent.com/espocrm/espocrm/master/LICENSE.txt). - diff --git a/application/Espo/Core/defaults/systemConfig.php b/application/Espo/Core/defaults/systemConfig.php index 6618aab68b..5b6bae877d 100644 --- a/application/Espo/Core/defaults/systemConfig.php +++ b/application/Espo/Core/defaults/systemConfig.php @@ -211,7 +211,7 @@ return [ 'ldapUserEmailAddressAttribute' => 'mail', 'ldapUserPhoneNumberAttribute' => 'telephoneNumber', 'ldapUserObjectClass' => 'person', - 'requiredPhpVersion' => '5.6.0', + 'requiredPhpVersion' => '7.1.0', 'requiredPhpLibs' => [ 'json', 'openssl',