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.', ], ];