-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
18 lines (18 loc) · 721 Bytes
/
composer.json
File metadata and controls
18 lines (18 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "quentincerny/propel-translation-bundle",
"type": "symfony-bundle",
"description": "This bundle allow to store translations into database and manage them in a JQuery Ui. Based on https://github.com/lexik/LexikTranslationBundle",
"keywords": ["Symfony2", "bundle", "translation", "i18n", "propel"],
"homepage": "https://github.com/QuentinCerny/PropelTranslationBundle",
"license": "MIT",
"require": {
"php": ">=5.3.2",
"propel/propel-bundle": "1.2.x-dev",
"propel/propel1": ">=1.6.5",
"symfony/symfony": "2.2.x-dev"
},
"autoload": {
"psr-0": { "Propel\\TranslationBundle": "" }
},
"target-dir": "Propel/TranslationBundle"
}