审查视图

vendor/symfony/polyfill-intl-idn/composer.json 1.2 KB
王智 authored
1
{
王智 authored
2
    "name": "symfony/polyfill-intl-idn",
王智 authored
3
    "type": "library",
王智 authored
4 5
    "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
    "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "idn"],
王智 authored
6 7 8 9
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
王智 authored
10 11
            "name": "Laurent Bassin",
            "email": "laurent@bassin.info"
王智 authored
12 13
        },
        {
王智 authored
14 15
            "name": "Trevor Rowbotham",
            "email": "trevor.rowbotham@pm.me"
王智 authored
16 17 18 19 20 21 22
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
王智 authored
23 24 25
        "php": ">=7.1",
        "symfony/polyfill-intl-normalizer": "^1.10",
        "symfony/polyfill-php72": "^1.10"
王智 authored
26 27
    },
    "autoload": {
王智 authored
28 29 30 31 32
        "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" },
        "files": [ "bootstrap.php" ]
    },
    "suggest": {
        "ext-intl": "For best performance"
王智 authored
33 34 35 36
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
王智 authored
37
            "dev-main": "1.20-dev"
王智 authored
38 39 40 41 42 43 44
        },
        "thanks": {
            "name": "symfony/polyfill",
            "url": "https://github.com/symfony/polyfill"
        }
    }
}