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:
parent
2ebe57a828
commit
e8f37a33bd
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user