From 5cd850b49b1ca30811f24c5c1a9b0d6e4cac9fba Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 9 Aug 2016 13:06:52 +0200 Subject: [PATCH] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d0b3bc..1615773 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "coduo/php-humanizer", "type": "library", + "description": "Humanize values that are readable only for developers", "keywords": ["php", "humanize", "humanizer"], "license": "MIT", "authors": [ @@ -39,6 +40,6 @@ } }, "suggest": { - "ext-intl": "Required if you are going to use humanizer with different locales than en_EN" + "ext-intl": "Required if you are going to use humanizer with locales different than en_EN" } }