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