forked from BeSimple/BeSimpleI18nRoutingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (57 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "geneanet/i18n-routing-bundle",
"type": "symfony-bundle",
"description": "Full routing internationalized on your Symfony2 project ",
"keywords": ["routing", "internationalisation", "Symfony2", "I18nRoutingBundle", "Geneanet"],
"homepage": "https://github.com/geneanet/I18nRoutingBundle",
"license": "MIT",
"authors": [
{
"name": "Francis Besset",
"email": "[email protected]"
},
{
"name": "Christophe Coevoet",
"email": "[email protected]"
},
{
"name": "Benjamin Eberlei",
"email": "[email protected]"
},
{
"name": "BeSimple Community",
"homepage": "https://github.com/BeSimple/BeSimpleI18nRoutingBundle/contributors"
},
{
"name": "Alan Poulain",
"homepage": "https://github.com/alanpoulain"
},
{
"name": "Geneanet",
"homepage": "http://www.geneanet.org"
}
],
"require": {
"symfony/routing": "~2.6 || ~3.4.14 || ~4",
"symfony/config": "~2.6 || ~3.4.14 || ~4"
},
"require-dev": {
"doctrine/dbal": "~2.2",
"symfony/dependency-injection": "~2.6 || ~3.4.14 || ~4",
"symfony/http-kernel": "~2.6 || ~3.4.14 || ~4",
"symfony/translation": "~2.6 || ~3.4.14 || ~4",
"phpunit/phpunit": "~4.8.36"
},
"suggest": {
"doctrine/dbal": "~2.2"
},
"autoload": {
"psr-0": { "Geneanet\\I18nRoutingBundle": "" }
},
"target-dir": "Geneanet/I18nRoutingBundle",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
}
}