-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "hgabka/doctrine-translatable-bundle",
"type": "symfony-bundle",
"description": "Integrate the doctrine-translatable extension in Symfony2",
"keywords": [
"doctrine2",
"extensions",
"translatable",
"i18n",
"symfony2",
"bundle"
],
"homepage": "http://hgabka.eu",
"authors": [{
"name": "Gabe"
}],
"require": {
"doctrine/collections": "^1.6",
"doctrine/common": "^3.0",
"doctrine/inflector": "^2.0",
"doctrine/persistence": "^3.0",
"hgabka/doctrine-translatable": "^7.0",
"symfony/framework-bundle": "^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.1"
},
"autoload": {
"psr-4": { "Hgabka\\Doctrine\\TranslatableBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}