From 538fd2cef0c2e930d6d3c96e21bca480052c0f4b Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Mar 2016 20:15:29 +0100 Subject: [PATCH] Add upgrade warning. --- config/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/upgrade.php b/config/upgrade.php index 109125facd..d9962a69a6 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -22,5 +22,6 @@ return [ 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', '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.', ], ];