forked from lexik/LexikTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 910 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 910 Bytes
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
{
"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": "c.girard@lexik.fr"
},
{
"name": "Dev Lexik",
"email": "dev@lexik.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*,<2.2-dev"
},
"suggest": {
"doctrine/orm": ">=2.1.*",
"doctrine/mongodb-odm": "*"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\TranslationBundle": "" }
},
"target-dir": "Lexik/Bundle/TranslationBundle"
}