2019-11-30 07:48:01 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-idn",
|
|
|
|
"type": "library",
|
|
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
|
|
"keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "idn"],
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Laurent Bassin",
|
|
|
|
"email": "laurent@bassin.info"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"symfony/polyfill-mbstring": "^1.3",
|
2020-03-06 20:29:16 +00:00
|
|
|
"symfony/polyfill-php72": "^1.10"
|
2019-11-30 07:48:01 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" },
|
|
|
|
"files": [ "bootstrap.php" ]
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-04-03 15:33:33 +00:00
|
|
|
"dev-master": "1.15-dev"
|
2019-11-30 07:48:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|