forked from schmittjoh/JMSTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.31 KB
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 1.31 KB
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
{
"name": "jms/translation-bundle",
"description": "Puts the Symfony Translation Component on steroids",
"keywords": ["translation", "multilanguage", "extract", "webinterface", "ui", "i18n", "extraction", "interface"],
"homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
"type": "symfony-bundle",
"license": "Apache2",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^5.3.3|^7.0",
"symfony/framework-bundle": "^2.3|^3.0",
"nikic/php-parser": "^1.4|^2.0",
"symfony/console": "^2.3|^3.0"
},
"conflict": {
"twig/twig": "<1.12"
},
"require-dev": {
"psr/log": "^1.0",
"twig/twig": "^1.12",
"symfony/symfony": "^2.3|^3.0",
"symfony/expression-language": "~2.6|~3.0",
"sensio/framework-extra-bundle": "^2.3|^3.0",
"jms/di-extra-bundle": "^1.1",
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6"
},
"autoload": {
"psr-0": { "JMS\\TranslationBundle": "" }
},
"target-dir": "JMS/TranslationBundle",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
}
}