forked from dachcom-digital/pimcore-lucene-search
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·33 lines (32 loc) · 885 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
{
"name": "dachcom-digital/lucene-search",
"type": "pimcore-bundle",
"license": "GPL-3.0+",
"description": "Pimcore 5.x Website Indexer (powered by Zend Search Lucene)",
"keywords": ["pimcore", "search", "lucene"],
"homepage": "https://github.com/dachcom-digital/pimcore-lucene-search",
"authors": [
{
"name": "DACHCOM.DIGITAL Stefan Hagspiel",
"email": "[email protected]",
"homepage": "http://www.dachcom.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"LuceneSearchBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"LuceneSearchBundle\\LuceneSearchBundle"
]
}
},
"require": {
"vdb/php-spider": "0.3",
"zf1/zend-search-lucene": "~1.12"
}
}