diff --git a/INSTALL.md b/INSTALL.md index 1b15c5b2..1c39c84e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,14 @@ Cachet is an open source replacement to [StatusPage.io](https://statuspage.io) written in PHP and the [Laravel](http://laravel.com) framework. -You need at least PHP, [Composer](https://getcomposer.org/) and the `php-mcrypt` extension installed to run Cachet. +You need at least PHP >= 5.4, [Composer](https://getcomposer.org/) and the following PHP extensions installed to run Cachet: + + - `php-mcrypt` + - `php-mbstring` + - `php-apc` + - `php-xml` + - `php-pdo` + - A database driver for your DB, such as `php-mysql` # Table of contents diff --git a/app/database/migrations/2014_12_31_115936_AlterTableSettingsValueLongText.php b/app/database/migrations/2014_12_31_115936_AlterTableSettingsValueLongText.php index 551a8c2c..5928958f 100644 --- a/app/database/migrations/2014_12_31_115936_AlterTableSettingsValueLongText.php +++ b/app/database/migrations/2014_12_31_115936_AlterTableSettingsValueLongText.php @@ -1,28 +1,26 @@