diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 72692a09..9d29db45 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -11,8 +11,8 @@ * The following PHP modules must be installed: cURL, dom, json, libxml, pdo * [Icinga DB](https://github.com/Icinga/icingadb) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.8) -* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.10) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.9) +* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.11) * For exports to PDF the [pdfexport](https://github.com/Icinga/icingaweb2-module-pdfexport) (>= 0.10) module is required (Optional) diff --git a/library/Icingadb/Setup/IcingaDbWizard.php b/library/Icingadb/Setup/IcingaDbWizard.php index 5b6812dd..2ad514a5 100644 --- a/library/Icingadb/Setup/IcingaDbWizard.php +++ b/library/Icingadb/Setup/IcingaDbWizard.php @@ -4,7 +4,6 @@ namespace Icinga\Module\Icingadb\Setup; -use Icinga\Application\Platform; use Icinga\Module\Setup\Forms\SummaryPage; use Icinga\Module\Setup\Requirement\PhpModuleRequirement; use Icinga\Module\Setup\Requirement\PhpVersionRequirement; @@ -57,13 +56,13 @@ class IcingaDbWizard extends Wizard implements SetupWizard ])); $set->add(new WebLibraryRequirement([ - 'condition' => ['icinga-php-library', '>=', '0.8.0'], + 'condition' => ['icinga-php-library', '>=', '0.9.0'], 'alias' => 'Icinga PHP library', 'description' => t('The Icinga PHP library (IPL) is required for Icinga DB Web') ])); $set->add(new WebLibraryRequirement([ - 'condition' => ['icinga-php-thirdparty', '>=', '0.10.0'], + 'condition' => ['icinga-php-thirdparty', '>=', '0.11.0'], 'alias' => 'Icinga PHP Thirdparty', 'description' => t('The Icinga PHP Thirdparty library is required for Icinga DB Web') ])); diff --git a/module.info b/module.info index 8be36381..c4e497f7 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: icingadb Version: 1.0.0-rc2 Requires: - Libraries: icinga-php-library (>=0.8.0), icinga-php-thirdparty (>=0.10.0) + Libraries: icinga-php-library (>=0.9.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga DB Web UI for Icinga DB – Provides a graphical interface to your Icinga monitoring