From c1ff12c3acc0b5bcbe4cd208b4ece555b726b7c0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2026 14:41:31 +0100 Subject: [PATCH] module.info: Require ipl v0.19.0 due to 9cabfd59 --- doc/02-Installation.md.d/From-Source.md | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index efdbed1b..bb866569 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -11,7 +11,7 @@ Make sure you use `icingadb` as the module name. The following requirements must * The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml` * [Icinga DB](https://github.com/Icinga/icingadb) (≥1.4) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.12) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.18) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.19) * [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.14) diff --git a/module.info b/module.info index c6f79152..9d4da741 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: icingadb Version: 1.3.0 Requires: - Libraries: icinga-php-library (>=0.18.0), icinga-php-thirdparty (>=0.14.0) + Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.14.0) Description: Icinga DB Web UI for Icinga DB – Provides a graphical interface to your Icinga monitoring