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",