-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
65 lines (63 loc) · 1.75 KB
/
composer.json
File metadata and controls
65 lines (63 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "elcodi/language-bundle",
"description": "Elcodi Language Bundle",
"keywords": [
"elcodi",
"language",
"ecommerce"
],
"homepage": "https://github.com/elcodi/LanguageBundle",
"type": "symfony-bundle",
"license": "MIT",
"support": {
"email": "devs@elcodi.com",
"forum": "https://gitter.im/elcodi/elcodi",
"source": "https://github.com/elcodi/elcodi",
"issues": "https://github.com/elcodi/elcodi/issues"
},
"authors": [
{
"name": "Marc Morera",
"email": "yuhu@mmoreram.com"
},
{
"name": "Aldo Chiecchia",
"email": "zimage@tiscali.it"
},
{
"name": "The Awesome Elcodi Community",
"homepage": "https://github.com/elcodi/LanguageBundle/contributors"
}
],
"require": {
"php": "^5.4|^7.0",
"doctrine/common": "^2.5",
"doctrine/orm": "^2.5",
"symfony/http-kernel": "^2.7|^3.0",
"symfony/config": "^2.7|^3.0",
"symfony/dependency-injection": "^2.7|^3.0",
"mmoreram/simple-doctrine-mapping": "^1.0",
"mmoreram/symfony-bundle-dependencies": "^1.1.1",
"elcodi/core-bundle": "^2.0",
"elcodi/language": "^2.0"
},
"require-dev": {
"elcodi/test-common-bundle": "^2.0",
"elcodi/fixtures-booster-bundle": "^2.0",
"doctrine/data-fixtures": "^1.1",
"phpunit/phpunit": "4.8.19"
},
"autoload": {
"exclude-from-classmap": [
"/Tests/"
],
"psr-4": {
"Elcodi\\Bundle\\LanguageBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}