From 6e51558fad598d3f5c51f955303c8e43cc7b082f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 15 Jun 2021 10:24:40 +0200 Subject: [PATCH] Require ipl/i18n resolves #1 --- README.md | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index bef0b96..e235edf 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat ## Bundled Parts * [ipl-html](https://github.com/Icinga/ipl-html) +* [ipl-i18n](https://github.com/Icinga/ipl-i18n) * [ipl-orm](https://github.com/Icinga/ipl-orm) * [ipl-sql](https://github.com/Icinga/ipl-sql) * [ipl-stdlib](https://github.com/Icinga/ipl-stdlib) diff --git a/composer.json b/composer.json index 67bd837..cfae995 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "require": { "php": ">=5.6.0", "ipl/html": ">=0.3.0", + "ipl/i18n": ">=0.1.0", "ipl/orm": ">=0.1.0", "ipl/sql": ">=0.1.0", "ipl/stdlib": ">=0.5.0",