diff --git a/INSTALL.md b/INSTALL.md index 022772c..8a23955 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. \ No newline at end of file +- `comment` : les commentaires apportés à chaque sondage. diff --git a/composer.json b/composer.json index 5d6a123..94e55f6 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "type": "project", "require": { + "php": ">=5.6.0", "smarty/smarty": "^3.1", "o80/i18n": "dev-develop", "phpmailer/phpmailer": "^5.2",