Skip to content

Commit 48d35af

Browse files
committed
PHP 7 is now required
1 parent 40b7674 commit 48d35af

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ It has the following features:
3333

3434
## Prerequisite
3535

36+
* PHP (7 or later)
3637
* PHP extensions required:
37-
* php-openssl (token crypt, probably built-in)
38-
* php-mbstring (reset mail)
3938
* php-curl (haveibeenpwned api)
40-
* php-ldap
39+
* php-gd (captcha)
4140
* php-filter
42-
* strong cryptography functions available (for random_compat, php 7 or libsodium or /dev/urandom readable or php-mcrypt extension installed)
41+
* php-ldap
42+
* php-mbstring (reset mail)
43+
* php-openssl (token crypt, probably built-in)
44+
* Smarty 3
45+
* strong cryptography functions available (for random_compat, PHP 7 or libsodium or /dev/urandom readable or php-mcrypt extension installed)
4346
* valid PHP mail server configuration (reset mail)
4447
* valid PHP session configuration (reset mail)
4548

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Install files in ``/usr/share/``:
1919
You need to install these prerequisites:
2020

2121
* Apache or another web server
22-
* php
22+
* php (7 or later)
2323
* php-curl (haveibeenpwned api)
2424
* php-filter
2525
* php-gd (captcha)
2626
* php-ldap
2727
* php-mbstring (reset mail)
2828
* php-openssl (token crypt, probably built-in)
29-
* smarty (version 3)
29+
* Smarty (version 3)
3030

3131
Debian / Ubuntu
3232
---------------

0 commit comments

Comments
 (0)