streams/vendor/symfony/polyfill-intl-idn/composer.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-06 05:19:42 +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"
},
2020-07-30 05:34:29 +00:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2020-05-06 05:19:42 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.3",
2020-07-30 05:34:29 +00:00
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php70": "^1.10",
2020-05-06 05:19:42 +00:00
"symfony/polyfill-php72": "^1.10"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" },
"files": [ "bootstrap.php" ]
},
"suggest": {
"ext-intl": "For best performance"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2020-07-30 05:34:29 +00:00
"dev-master": "1.18-dev"
2020-07-07 05:21:11 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-06 05:19:42 +00:00
}
}
}