From baf27fa918c2f5cb9b4f9222d5b2d0f7076075bd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 7 Dec 2016 20:56:15 +0100 Subject: [PATCH] Increase php version requirement --- Admin/Activate.php | 2 +- Admin/Deactivate.php | 2 +- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Uninstall.php | 2 +- Admin/Update.php | 2 +- Controller.php | 2 +- Models/AccountAbstract.php | 2 +- Models/AccountBalance.php | 2 +- Models/AccountInterface.php | 2 +- Models/AccountType.php | 2 +- Models/Balance.php | 2 +- Models/BatchPosting.php | 2 +- Models/Creditor.php | 2 +- Models/CreditorAccount.php | 2 +- Models/Debitor.php | 2 +- Models/DebitorAccount.php | 2 +- Models/EntryInterface.php | 2 +- Models/ImpersonalAccount.php | 2 +- Models/IncomeStatement.php | 2 +- Models/InvoicePosting.php | 2 +- Models/InvoicePostingSimple.php | 2 +- Models/PersonalAccountAbstract.php | 2 +- Models/Posting.php | 2 +- Models/PostingAbstract.php | 2 +- Models/PostingInterface.php | 2 +- Models/TimeRangeType.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/entries.tpl.php | 2 +- Theme/Backend/gl-create.tpl.php | 2 +- Theme/Backend/gl-list.tpl.php | 2 +- Theme/Backend/gl-profile.tpl.php | 2 +- Theme/Backend/journal-list.tpl.php | 2 +- Theme/Backend/stack-archive-list.tpl.php | 2 +- Theme/Backend/stack-create.tpl.php | 2 +- Theme/Backend/stack-entries.tpl.php | 2 +- Theme/Backend/stack-list.tpl.php | 2 +- Theme/Backend/stack-predefined-list.tpl.php | 2 +- Theme/backend/Lang/Navigation.en.lang.php | 2 +- Theme/backend/Lang/api.en.lang.php | 2 +- Theme/backend/Lang/en.lang.php | 2 +- Theme/backend/entries.tpl.php | 2 +- Theme/backend/gl-create.tpl.php | 2 +- Theme/backend/gl-list.tpl.php | 2 +- Theme/backend/gl-profile.tpl.php | 2 +- Theme/backend/journal-list.tpl.php | 2 +- Theme/backend/stack-archive-list.tpl.php | 2 +- Theme/backend/stack-create.tpl.php | 2 +- Theme/backend/stack-entries.tpl.php | 2 +- Theme/backend/stack-list.tpl.php | 2 +- Theme/backend/stack-predefined-list.tpl.php | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 8e70bdc..aa2fb2d 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index e544af8..3ff36e6 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2728165..146b68e 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Admin/Installer.php b/Admin/Installer.php index fff98c0..91300be 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 889447f..3c7ce80 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Admin/Update.php b/Admin/Update.php index 5ecb95e..c611f01 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Controller.php b/Controller.php index 9f000fd..1639a2f 100644 --- a/Controller.php +++ b/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index ad526f8..0100de7 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/AccountBalance.php b/Models/AccountBalance.php index d73d8ce..8cd4756 100644 --- a/Models/AccountBalance.php +++ b/Models/AccountBalance.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/AccountInterface.php b/Models/AccountInterface.php index 2a0ca2e..8122072 100644 --- a/Models/AccountInterface.php +++ b/Models/AccountInterface.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/AccountType.php b/Models/AccountType.php index 3be4bfe..16df834 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/Balance.php b/Models/Balance.php index c39940f..d8f084a 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 701551a..d65422e 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/Creditor.php b/Models/Creditor.php index 0844f53..47256e1 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/CreditorAccount.php b/Models/CreditorAccount.php index ca4a982..80d9aa6 100644 --- a/Models/CreditorAccount.php +++ b/Models/CreditorAccount.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/Debitor.php b/Models/Debitor.php index fdb61a0..4ef387d 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/DebitorAccount.php b/Models/DebitorAccount.php index b1fc8aa..7046927 100644 --- a/Models/DebitorAccount.php +++ b/Models/DebitorAccount.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index d7b90b0..1173e76 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/ImpersonalAccount.php b/Models/ImpersonalAccount.php index d9bb07d..58d73f5 100644 --- a/Models/ImpersonalAccount.php +++ b/Models/ImpersonalAccount.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index b480b15..9f9e93b 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index 5476a58..cdde15f 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/InvoicePostingSimple.php b/Models/InvoicePostingSimple.php index 29c4444..6fe4b99 100644 --- a/Models/InvoicePostingSimple.php +++ b/Models/InvoicePostingSimple.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/PersonalAccountAbstract.php b/Models/PersonalAccountAbstract.php index a9ff829..fbf0240 100644 --- a/Models/PersonalAccountAbstract.php +++ b/Models/PersonalAccountAbstract.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/Posting.php b/Models/Posting.php index 21da90e..c259e92 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index 08bcb2a..bafda8e 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 52a75b8..7020bb2 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php index b553422..a721ce9 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 755d4e1..3bc4418 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index eea62f6..7b5ae90 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d39665f..c580035 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index a4a4f1e..2d659e1 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 0d196cc..71cf2ab 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index cd53b25..41039b4 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/gl-profile.tpl.php b/Theme/Backend/gl-profile.tpl.php index ac22ab8..9648889 100644 --- a/Theme/Backend/gl-profile.tpl.php +++ b/Theme/Backend/gl-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index f288e53..ab46d33 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index bfc6f00..b3db0dc 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php index df05101..830c456 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php index ac22ab8..9648889 100644 --- a/Theme/Backend/stack-entries.tpl.php +++ b/Theme/Backend/stack-entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php index bfc6f00..b3db0dc 100644 --- a/Theme/Backend/stack-list.tpl.php +++ b/Theme/Backend/stack-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php index f12ef33..a84fa60 100644 --- a/Theme/Backend/stack-predefined-list.tpl.php +++ b/Theme/Backend/stack-predefined-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/Lang/Navigation.en.lang.php b/Theme/backend/Lang/Navigation.en.lang.php index 755d4e1..3bc4418 100644 --- a/Theme/backend/Lang/Navigation.en.lang.php +++ b/Theme/backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/Lang/api.en.lang.php b/Theme/backend/Lang/api.en.lang.php index eea62f6..7b5ae90 100644 --- a/Theme/backend/Lang/api.en.lang.php +++ b/Theme/backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index d39665f..c580035 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/entries.tpl.php b/Theme/backend/entries.tpl.php index a4a4f1e..2d659e1 100644 --- a/Theme/backend/entries.tpl.php +++ b/Theme/backend/entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/gl-create.tpl.php b/Theme/backend/gl-create.tpl.php index 0d196cc..71cf2ab 100644 --- a/Theme/backend/gl-create.tpl.php +++ b/Theme/backend/gl-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/gl-list.tpl.php b/Theme/backend/gl-list.tpl.php index cd53b25..41039b4 100644 --- a/Theme/backend/gl-list.tpl.php +++ b/Theme/backend/gl-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/gl-profile.tpl.php b/Theme/backend/gl-profile.tpl.php index ac22ab8..9648889 100644 --- a/Theme/backend/gl-profile.tpl.php +++ b/Theme/backend/gl-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/journal-list.tpl.php b/Theme/backend/journal-list.tpl.php index f288e53..ab46d33 100644 --- a/Theme/backend/journal-list.tpl.php +++ b/Theme/backend/journal-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/stack-archive-list.tpl.php b/Theme/backend/stack-archive-list.tpl.php index bfc6f00..b3db0dc 100644 --- a/Theme/backend/stack-archive-list.tpl.php +++ b/Theme/backend/stack-archive-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/stack-create.tpl.php b/Theme/backend/stack-create.tpl.php index df05101..830c456 100644 --- a/Theme/backend/stack-create.tpl.php +++ b/Theme/backend/stack-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/stack-entries.tpl.php b/Theme/backend/stack-entries.tpl.php index ac22ab8..9648889 100644 --- a/Theme/backend/stack-entries.tpl.php +++ b/Theme/backend/stack-entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/stack-list.tpl.php b/Theme/backend/stack-list.tpl.php index bfc6f00..b3db0dc 100644 --- a/Theme/backend/stack-list.tpl.php +++ b/Theme/backend/stack-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/stack-predefined-list.tpl.php b/Theme/backend/stack-predefined-list.tpl.php index f12ef33..a84fa60 100644 --- a/Theme/backend/stack-predefined-list.tpl.php +++ b/Theme/backend/stack-predefined-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD