From 211d0322b20f4c2f5f395d2de6199312c23246aa Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Sun, 21 Feb 2016 13:44:55 +0100 Subject: [PATCH] Fixed typo in suggest extension --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5cf4e37..9d0b3bc 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,6 @@ } }, "suggest": { - "ext-intl": "Required if you are going to use humanizer with other locales than en_EN" + "ext-intl": "Required if you are going to use humanizer with different locales than en_EN" } }