[Composer] Bump minimum PHP version to 7

- Remove paragonie/random_compat dependency
This commit is contained in:
Hypolite Petovan 2019-05-13 00:58:02 -04:00
parent c2062fe594
commit f2e5b29974
4 changed files with 4 additions and 5 deletions

View file

@ -25,7 +25,7 @@ Requirements
---
* Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file
* PHP 5.6.1+ (PHP 7.1+ is recommended for performance and official support)
* PHP 7+ (PHP 7.1+ is recommended for performance and official support)
* PHP *command line* access with register_argc_argv set to true in the php.ini file
* Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions
* The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it)