From fcf8f1dd390446aae0a1fbafcf6ea8051935f2bc Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 12 Oct 2023 09:15:39 +0200 Subject: [PATCH] Raise required library versions --- doc/02-Installation.md.d/From-Source.md | 4 ++-- module.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 6941d54c..9e4f6ec1 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -9,7 +9,7 @@ Make sure you use `businessprocess` as the module name. The following requiremen * PHP (≥7.2) * [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) * [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.8.0) -* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11.0) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13.0) +* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) diff --git a/module.info b/module.info index 2e988fa2..343cb055 100644 --- a/module.info +++ b/module.info @@ -1,7 +1,7 @@ Name: Businessprocess Version: 2.4.0 Requires: - Libraries: icinga-php-library (>=0.8.0), icinga-php-thirdparty (>=0.11.0) + Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) Modules: monitoring (>=2.9.0), icingadb (>=1.1.0) Description: A Business Process viewer and modeler Provides a web-based process modeler for Icinga. It integrates as a module