aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/icu/Symfony/Component/Icu/composer.json
blob: 279430ad5bf8eb9353cbfbb5f877586c407133ef (plain) (blame)
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
{
    "name": "symfony/icu",
    "type": "library",
    "description": "Contains an excerpt of the ICU data and classes to load it.",
    "keywords": ["icu", "intl"],
    "homepage": "http://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Bernhard Schussek",
            "email": "bschussek@gmail.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "http://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "symfony/intl": "~2.3"
    },
    "autoload": {
        "psr-0": { "Symfony\\Component\\Icu\\": "" }
    },
    "target-dir": "Symfony/Component/Icu"
}