]> git.immae.eu Git - github/wallabag/wallabag.git/blame - vendor/symfony/intl/Symfony/Component/Intl/composer.json
gitignore vendor
[github/wallabag/wallabag.git] / vendor / symfony / intl / Symfony / Component / Intl / composer.json
CommitLineData
4f5b44bd
NL
1{
2 "name": "symfony/intl",
3 "type": "library",
4 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
5 "keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
6 "homepage": "http://symfony.com",
7 "license": "MIT",
8 "authors": [
9 {
10 "name": "Bernhard Schussek",
11 "email": "bschussek@gmail.com"
12 },
13 {
14 "name": "Eriksen Costa",
15 "email": "eriksen.costa@infranology.com.br"
16 },
17 {
18 "name": "Igor Wiedler",
19 "email": "igor@wiedler.ch"
20 },
21 {
22 "name": "Symfony Community",
23 "homepage": "http://symfony.com/contributors"
24 }
25 ],
26 "require": {
27 "php": ">=5.3.3",
28 "symfony/icu": "~1.0-RC"
29 },
30 "require-dev": {
31 "symfony/filesystem": ">=2.1"
32 },
33 "suggest": {
34 "ext-intl": "to use the component with locales other than \"en\""
35 },
36 "autoload": {
37 "psr-0": { "Symfony\\Component\\Intl\\": "" },
38 "classmap": [ "Symfony/Component/Intl/Resources/stubs" ],
39 "files": [ "Symfony/Component/Intl/Resources/stubs/functions.php" ]
40 },
41 "target-dir": "Symfony/Component/Intl",
42 "minimum-stability": "dev",
43 "extra": {
44 "branch-alias": {
45 "dev-master": "2.3-dev"
46 }
47 }
48}