-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
36 lines (36 loc) · 1.01 KB
/
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
35
36
{
"name": "ongr/magento-connector-bundle",
"description": "Magento connector for ONGR framework",
"type": "symfony-bundle",
"homepage": "http://ongr.io",
"license": "MIT",
"authors": [
{
"name": "ONGR team",
"homepage": "http://www.ongr.io"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.6",
"ongr/connections-bundle": "dev-master",
"ongr/content-bundle": "~0.2",
"doctrine/doctrine-bundle": "^1.4",
"ongr/router-bundle": "^0.4.0",
"ongr/elasticsearch-bundle": "^0.9.2"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"squizlabs/php_codesniffer": "~2.0",
"ongr/ongr-strict-standard": "~2.1",
"sensio/generator-bundle": "^2.5"
},
"suggest": {
"sensio/generator-bundle": "Required for generating required classes for import and sync."
},
"autoload": {
"psr-4": {
"ONGR\\MagentoConnectorBundle\\": ""
}
}
}