Upgrade Firefly III to PHP 7.2 and Laravel 5.7

This commit is contained in:
James Cole
2018-09-19 16:50:16 +02:00
parent 972721b183
commit e29e6c147c
5 changed files with 250 additions and 183 deletions

View File

@@ -31,6 +31,7 @@ return [
'4.7.3' => 'This version of Firefly III handles bills differently. See http://bit.ly/FF3-new-bills for more information.',
'4.7.4' => 'This version of Firefly III has a new import routine. See http://bit.ly/FF3-new-import for more information.',
'4.7.6' => 'This will be the last version to require PHP7.1. Future versions will require PHP7.2 minimum.',
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
],
'install' =>
[
@@ -40,6 +41,7 @@ return [
'4.7.3' => 'This version of Firefly III handles bills differently. See http://bit.ly/FF3-new-bills for more information.',
'4.7.4' => 'This version of Firefly III has a new import routine. See http://bit.ly/FF3-new-import for more information.',
'4.7.6' => 'This will be the last version to require PHP7.1. Future versions will require PHP7.2 minimum.',
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
],
],
];