mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
module.info, doc: raise requirements
incubator >= 0.20, main reason: db expressions in ZfDbTable
This commit is contained in:
parent
fb39b25602
commit
7ed87f0cd4
@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
|
||||
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
|
||||
might show smaller UI bugs and are not actively tested
|
||||
* The following Icinga modules must be installed and enabled:
|
||||
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.18.0)
|
||||
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.20.0)
|
||||
* If you are using Icinga Web <2.9.0, the following modules are also required
|
||||
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
|
||||
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: Icinga Director
|
||||
Version: master
|
||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0)
|
||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.20.0)
|
||||
Description: Director - Config tool for Icinga 2
|
||||
Icinga Director is a configuration tool that has been designed to make
|
||||
Icinga 2 configuration easy and understandable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user