From 7ff8caaae5812ec5e3bd5f4115532eb53eb9a982 Mon Sep 17 00:00:00 2001 From: BradChesney79 Date: Mon, 15 Aug 2016 18:24:12 -0400 Subject: [PATCH] Update composer.json to use the right extension string (#127) By using "ext-intl": "*" in the require block, the suggestion will be hidden if it is already available. ext/php-intl has few google search results and will confuse less knowledgeable users. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f70fad..44c91d7 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "dominicsayers/isemail": "dev-master" }, "suggest": { - "ext/php-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "autoload": { "psr-4": {