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 # Pré-requis
- Apache - Apache ou Nginx
- MySQL ou PostgreSQL - MySQL ou PostgreSQL
- PHP 5+ - PHP 5.6+
- [Composer](https://getcomposer.org/) - [Composer](https://getcomposer.org/)
# Pré-installation # Pré-installation

View File

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