Skip to content

Commit 3ff8aa4

Browse files
committed
Update requirements
this time tested
1 parent 0c93304 commit 3ff8aa4

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

doc/02-Installation.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
## Requirements
44

55
* PHP (>= 7.0)
6+
* Icinga Web 2 (>= 2.9)
7+
* Icinga Web 2 libraries:
8+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.8)
9+
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.10)
10+
* Icinga Web 2 modules:
11+
* [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport) (>= 0.10)
612
* MySQL / MariaDB or PostgreSQL
7-
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.7)
8-
* [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport) (>= 0.10)
9-
10-
If your Icinga Web 2 is **not** v2.9+, the following modules are also required:
11-
12-
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (0.9.0)
13-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icingaweb2-module-ipl) (0.5.0)
1413

1514
## Database Setup
1615

module.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Module: Reporting
22
Version: 0.10.0
3-
Depends: ipl (>=0.5.0)
4-
Depends: pdfexport (>=0.10.0)
5-
Depends: reactbundle (>=0.9.0)
3+
Requires:
4+
Libraries: icinga-php-library (>=0.8.0), icinga-php-thirdparty (>=0.10.0)
5+
Modules: pdfexport (>=0.10.0)
66
Description: Reporting

0 commit comments

Comments
 (0)