mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
Raise required library versions
This commit is contained in:
parent
d49a15065d
commit
fcf8f1dd39
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue