From bb075d15ff72c30787fe43227505766858742459 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Mar 2016 17:42:32 +0200 Subject: [PATCH] Add warning about PHP 7.0 --- config/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/upgrade.php b/config/upgrade.php index d9962a69a6..ba08607148 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -23,5 +23,6 @@ return [ '3.7.2.3' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' . 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', '3.8.0' => 'This version of Firefly III requires PHP 7.0.', + '3.8.1' => 'This version of Firefly III requires PHP 7.0.', ], ];