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.
This commit is contained in:
BradChesney79
2016-08-15 18:24:12 -04:00
committed by Eduardo Gulias Davis
parent 5d56347ddf
commit 7ff8caaae5
+1 -1
View File
@@ -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": {