summaryrefslogtreecommitdiffstats
path: root/src/Intl/Idn/composer.json
blob: af341936c02f7e166813aed4d29573f253b81e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "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": "Trevor Rowbotham",
            "email": "trevor.rowbotham@pm.me"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "symfony/polyfill-intl-normalizer": "^1.10",
        "symfony/polyfill-php70": "^1.10",
        "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": {
            "dev-master": "1.18-dev"
        },
        "thanks": {
            "name": "symfony/polyfill",
            "url": "https://github.com/symfony/polyfill"
        }
    }
}