forked from ongr-archive/ConnectionsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 922 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
30
31
32
33
34
{
"name": "ongr/connections-bundle",
"description": "Connections bundle for ONGR platform",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "ONGR",
"homepage": "http://www.ongr.io"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.6",
"symfony/monolog-bundle": "~2.0",
"ongr/elasticsearch-bundle": "~0.9",
"ongr/router-bundle": "~0.4",
"doctrine/orm": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"squizlabs/php_codesniffer": "~2.0",
"ongr/ongr-strict-standard": "~2.1",
"doctrine/doctrine-bundle": "~1.2"
},
"autoload": {
"psr-4": {
"ONGR\\ConnectionsBundle\\": ""
}
},
"suggest": {
"doctrine/doctrine-bundle": "Required if BinLogs or Doctrine Extractor is being used."
}
}