Skip to content

Commit c1ff12c

Browse files
committed
module.info: Require ipl v0.19.0
due to 9cabfd5
1 parent ab5304d commit c1ff12c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/02-Installation.md.d/From-Source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure you use `icingadb` as the module name. The following requirements must
1111
* The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml`
1212
* [Icinga DB](https://github.com/Icinga/icingadb) (≥1.4)
1313
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.12)
14-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.18)
14+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.19)
1515
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.14)
1616

1717
<!-- {% include "02-Installation.md" %} -->

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Module: icingadb
22
Version: 1.3.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.18.0), icinga-php-thirdparty (>=0.14.0)
4+
Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.14.0)
55
Description: Icinga DB Web
66
UI for Icinga DB – Provides a graphical interface to your Icinga monitoring

0 commit comments

Comments
 (0)