From 03fa4d957c2de054ffc211146db6c6221e00b3aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 10 Aug 2017 20:52:10 +0200 Subject: [PATCH] Added upgrade instruction [skip ci] --- config/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/upgrade.php b/config/upgrade.php index aed71295bf..59f3eb25c2 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -22,6 +22,7 @@ return [ [ '4.3' => 'Welcome to Firefly! Make sure you follow the installation guide. If you need more help, please check Github or the Firefly III website. The installation guide has a FAQ which you should check out as well.', '4.6.3' => 'This will be the last version to require PHP7.0. Future versions will require PHP7.1 minimum.', + '4.6.4' => 'This version of Firefly III requires PHP7.1.' ], ], ];