[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 { 2 "name": "symfony/polyfill-intl-idn", 3 "type": "library", 4 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 5 "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "idn"], 6 "homepage": "https://symfony.com", 7 "license": "MIT", 8 "authors": [ 9 { 10 "name": "Laurent Bassin", 11 "email": "[email protected]" 12 }, 13 { 14 "name": "Trevor Rowbotham", 15 "email": "[email protected]" 16 }, 17 { 18 "name": "Symfony Community", 19 "homepage": "https://symfony.com/contributors" 20 } 21 ], 22 "require": { 23 "php": ">=7.2", 24 "symfony/polyfill-intl-normalizer": "^1.10" 25 }, 26 "autoload": { 27 "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, 28 "files": [ "bootstrap.php" ] 29 }, 30 "suggest": { 31 "ext-intl": "For best performance" 32 }, 33 "minimum-stability": "dev", 34 "extra": { 35 "thanks": { 36 "name": "symfony/polyfill", 37 "url": "https://github.com/symfony/polyfill" 38 } 39 } 40 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Apr 2 05:10:25 2025 | Cross-referenced by PHPXref 0.7.1 |