mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 16:18:18 +00:00
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:
committed by
Eduardo Gulias Davis
parent
5d56347ddf
commit
7ff8caaae5
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user