forked from dng-dev/Elasticgento_old
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
32 lines (32 loc) · 910 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
{
"name": "magento-hackathon/elasticgento",
"description": "A Magento module to use Elasticsearch as Flat Table Replacement for catalog and search.",
"type": "magento-module",
"authors": [
{
"name": "Daniel Niedergesäß",
"email": "daniel.niedergesaess ÄT gmail.com"
},
{
"name" : "Andreas Emer",
"email" : "emer ÄT mothership.de"
},
{
"name": "Michael Ryvlin",
"email" : "ryvlin ÄT gmail.com"
},
{
"name": "Johann Niklas",
"email": "johann ÄT n1klas.de"
},
{
"name": "Tim Vroom",
"email": "tim ÄT nichecommerce.nl"
}
],
"require": {
"firegento/psr0autoloader": "*",
"magento-hackathon/magento-composer-installer": "*",
"ruflin/elastica": "~1.3.0"
}
}