-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.13 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.13 KB
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
32
33
34
35
36
37
38
{
"name": "raindrop/translation-bundle",
"type": "symfony-bundle",
"description": "Symfony Database Translation Bundle",
"keywords": ["i18n", "translation", "database", "doctrine"],
"homepage": "https://github.com/raindropdevs",
"license": "MIT",
"authors": [
{
"name": "Raindrop Dev Team",
"homepage": "https://github.com/raindropdevs/RaindropRoutingBundle/graphs/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.1.*",
"symfony/monolog-bundle": ">=2.1,<3",
"doctrine/doctrine-bundle": "1.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"sonata-project/doctrine-extensions": "1.*"
},
"require-dev": {
"symfony/class-loader": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/form": "2.1.*",
"symfony/finder": "2.1.*"
},
"autoload": {
"psr-0": { "Raindrop\\TranslationBundle": "" }
},
"target-dir": "Raindrop/TranslationBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}