forked from lexik/LexikTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1005 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
{
"name": "lexik/translation-bundle",
"type": "symfony-bundle",
"description": "This bundle allow to import translation files content into the database and provide a GUI to edit translations.",
"keywords": ["Symfony2", "bundle", "translation", "i18n"],
"homepage": "https://github.com/lexik/LexikTranslationBundle",
"license": "MIT",
"authors": [
{
"name": "Cedric Girard",
"email": "[email protected]"
},
{
"name": "Dev Lexik",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"suggest": {
"doctrine/orm": ">=2.1",
"doctrine/mongodb-odm": "1.0.*@dev"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\TranslationBundle": "" }
},
"target-dir": "Lexik/Bundle/TranslationBundle",
"extra": {
"branch-alias": {
"dev-jqgrid_ui": "1.4.x-dev"
}
}
}