diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 1b5b237..6ed0eaa 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -11,6 +11,12 @@ path to the correct installation path. +## Upgrading to Version 1.1.0 + +Icinga Reporting 1.1.0 now requires `icinga-php-library` version 1.0.0 or later +and `icinga-php-thirdparty` version 1.0.0 or later to support PHP 8.5. Make +sure to upgrade these libraries along with the module upgrade. + ## Upgrading to Version 1.0.3 Icinga Reporting version 1.0.3 requires a schema update for the database. diff --git a/module.info b/module.info index 19a9e15..e4cb9f3 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: Reporting Version: 1.0.5 Requires: - Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) + Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0) Modules: pdfexport (>=0.11.0) Description: Reporting