-
Notifications
You must be signed in to change notification settings - Fork 84
/
composer.json
48 lines (48 loc) · 1.54 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "jeroenvermeulen/solarium",
"type": "magento-module",
"description": "Solr based full text search for Magento CE. Uses the Solarium library.",
"homepage": "https://github.com/jeroenvermeulen/magento-solarium/",
"license": "OSL-3.0",
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"authors": [
{
"name": "Jeroen Vermeulen",
"email": "[email protected]"
}
],
"extra": {
"magento_connect": {
"channel": "community",
"php_min": "5.3.0",
"php_max": "6.0.0",
"stability": "beta",
"license_uri": "http://opensource.org/licenses/osl-3.0.php",
"summary": "Solr based full text search for Magento CE. Uses the Solarium library.",
"content": [
{
"type": "magecommunity",
"structure": "dir",
"path": "JeroenVermeulen/Solarium"
},
{
"type": "mageetc",
"structure": "file",
"path": "modules/JeroenVermeulen_Solarium.xml"
},
{
"type": "magelib",
"structure": "dir",
"path": "Solarium"
},
{
"type": "magelib",
"structure": "dir",
"path": "Symfony/Component/EventDispatcher"
}
]
}
}
}