forked from PUGX/PUGXI18nBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (29 loc) · 792 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
{
"name": "pugx/i18n-bundle",
"type": "symfony-bundle",
"description": "Manage i18n",
"keywords": ["symfony2 i18n translation"],
"homepage": "https://github.com/PUGX",
"license": "MIT",
"authors": [
{
"name":"Leonardo Proietti",
"email":"[email protected]"
},
{
"name": "Community",
"homepage": "https://github.com/PUGX/PUGXI118nBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "dev-master",
"doctrine/orm": ">=2.2,<2.4-dev",
"symfony/yaml": "2.1.*"
},
"autoload": {
"psr-0": { "PUGX\\I18nBundle": "" }
},
"target-dir": "PUGX/I18nBundle"
}