forked from schmittjoh/JMSI18nRoutingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.41 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
38
39
40
41
42
43
44
45
{
"name": "jms/i18n-routing-bundle",
"description": "This bundle allows you to create i18n routes.",
"keywords": ["translation","multilanguage","routing"],
"homepage": "http://jmsyst.com/bundles/JMSI18nRoutingBundle",
"type": "symfony-bundle",
"license": "Apache2",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"symfony/framework-bundle": "~2.1",
"jms/translation-bundle": "~1.0"
},
"require-dev": {
"symfony/framework-bundle": "<2.1.5",
"symfony/css-selector": "<2.1.5",
"symfony/http-kernel": "<2.1.5",
"symfony/validator": "<2.1.5",
"symfony/browser-kit": "<2.1.5",
"symfony/finder": "<2.1.5",
"symfony/form": "<2.1.5",
"symfony/yaml": "<2.1.5",
"symfony/process": "<2.1.5",
"symfony/routing": "<2.1.5",
"symfony/http-foundation": "<2.1.5",
"symfony/class-loader": "<2.1.5",
"symfony/twig-bundle": "<2.1.5",
"sensio/framework-extra-bundle": "<2.1.5",
"jms/di-extra-bundle": "*"
},
"autoload": {
"psr-0": { "JMS\\I18nRoutingBundle": "" }
},
"target-dir": "JMS/I18nRoutingBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}