From a498026c122ff639779bd3729c9b5bd6698a5a19 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Sun, 21 Feb 2016 13:41:15 +0100 Subject: [PATCH 1/3] Added ext-inl to composer suggest --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 78a33d6..e5b34bb 100644 --- a/composer.json +++ b/composer.json @@ -38,5 +38,8 @@ "branch-alias": { "dev-master": "2.1-dev" } + }, + "suggest": { + "ext-intl": "Required if you are going to use humanizer with other locales than en_EN" } } From 3a7e7ea5cabcef4c60f4a96df555177252af71e7 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Sun, 21 Feb 2016 13:42:51 +0100 Subject: [PATCH 2/3] Removed symfony/intl extension from required extensions --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index e5b34bb..5cf4e37 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ ], "require": { "php": ">=5.3.0", - "symfony/intl": "^2.3|^3.0", "symfony/config": "^2.3|^3.0", "symfony/translation": "^2.3|^3.0", "symfony/yaml": "^2.3|^3.0" From 211d0322b20f4c2f5f395d2de6199312c23246aa Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Sun, 21 Feb 2016 13:44:55 +0100 Subject: [PATCH 3/3] 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" } }