forked from ongr-io/TranslationsBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 803 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
{
"name": "ongr/translations-bundle",
"description": "ONGR translations bundle",
"type": "symfony-bundle",
"homepage": "http://ongr.io",
"license": "MIT",
"authors": [
{
"name": "ONGR team",
"homepage": "http://www.ongr.io"
}
],
"require": {
"symfony/symfony": "~2.6",
"ongr/elasticsearch-bundle": "~0.9",
"ongr/filter-manager-bundle": "~0.4",
"friendsofsymfony/jsrouting-bundle": "~1.5"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0",
"ongr/ongr-strict-standard": "~2.1",
"mikey179/vfsStream": "1.4"
},
"autoload": {
"psr-4": { "ONGR\\TranslationsBundle\\": "" }
},
"minimum-stability": "stable"
}