-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 785 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 785 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
{
"name": "servergrove/translation-editor-bundle",
"description": "Web based UI to manage Symfony2 translations",
"keywords": ["symfony2", "translations", "locale", "editor"],
"homepage": "http://github.com/servergrove/TranslationEditorBundle",
"type": "symfony-bundle",
"license": "MIT",
"version": "1.0.4",
"authors": [
{
"name":" Pablo Godel",
"email": "pablo@servergrove.com",
"homepage": "http://servergrove.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": {
"ServerGrove\\Bundle\\TranslationEditorBundle": ""
}
},
"target-dir": "ServerGrove/Bundle/TranslationEditorBundle"
}