forked from matteosister/TranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 787 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
{
"name": "cypresslab/translation-bundle",
"type": "symfony-bundle",
"description": "Translation bundle for Symfony2 and Doctrine 2",
"keywords": ["orm", "doctrine", "translation"],
"homepage": "https://github.com/matteosister/TranslationBundle",
"version": "0.1",
"license": "LGPL-3.0",
"authors": [
{
"name": "Matteo Giachino",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"doctrine/doctrine-bundle": "1.*",
"doctrine/orm": ">=2.2,<=2.4"
},
"require-dev": {
"twig/twig": "1.9.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Cypress\\TranslationBundle": "" }
},
"target-dir": "Cypress/TranslationBundle"
}