Require at least PHP 5.6

Even Debian old stable (jessie) has it.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-02-19 00:43:12 +01:00
parent 2ebe57a828
commit e8f37a33bd
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Pré-requis
- Apache
- Apache ou Nginx
- MySQL ou PostgreSQL
- PHP 5+
- PHP 5.6+
- [Composer](https://getcomposer.org/)
# Pré-installation
@ -97,4 +97,4 @@ La base se compose de quatre tables :
- `poll` : Le paramètrage des sondages;
- `slot` : les choix disponibles pour chaque sondage;
- `vote` : les votes effectués par les utilisateurs pour chaque sondage;
- `comment` : les commentaires apportés à chaque sondage.
- `comment` : les commentaires apportés à chaque sondage.

View File

@ -10,6 +10,7 @@
"type": "project",
"require": {
"php": ">=5.6.0",
"smarty/smarty": "^3.1",
"o80/i18n": "dev-develop",
"phpmailer/phpmailer": "^5.2",