drop php 5.6 and 7.0

This commit is contained in:
yuri
2019-01-17 17:31:56 +02:00
parent d9363e7486
commit 5a07b0a8be
2 changed files with 2 additions and 3 deletions

View File

@@ -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).

View File

@@ -211,7 +211,7 @@ return [
'ldapUserEmailAddressAttribute' => 'mail',
'ldapUserPhoneNumberAttribute' => 'telephoneNumber',
'ldapUserObjectClass' => 'person',
'requiredPhpVersion' => '5.6.0',
'requiredPhpVersion' => '7.1.0',
'requiredPhpLibs' => [
'json',
'openssl',