forked from webfactory/WebfactoryIcuTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.23 KB
/
composer.json
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
{
"name": "webfactory/icu-translation-bundle",
"description": "Enables ICU message formatting for translations in Symfony 2 applications.",
"keywords": ["symfony", "translator", "translation", "pluralization", "icu", "formatting", "message"],
"license": "MIT",
"authors": [
{
"name": "webfactory GmbH",
"email": "[email protected]",
"homepage": "http://www.webfactory.de",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3|~7.0",
"ext-intl": "*",
"lib-ICU": ">=4.8",
"symfony/framework-bundle": "~2.2|~3.0",
"jms/parser-lib": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "1.*",
"phpmd/phpmd": "1.*",
"sebastian/phpcpd": "~2.0",
"mayflower/php-codebrowser": "~1.1",
"phploc/phploc": "~2.0.0",
"pdepend/pdepend": "~1.1.0",
"satooshi/php-coveralls": "~0.6",
"matthiasnoback/symfony-service-definition-validator": "~1.0",
"symfony/monolog-bundle": "~2.0"
},
"autoload": {
"psr-0": { "Webfactory\\IcuTranslationBundle": "" }
},
"target-dir": "Webfactory/IcuTranslationBundle"
}