forked from dachcom-digital/pimcore-lucene-search
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
executable file
·34 lines (33 loc) · 960 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": "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/LuceneSearchBundle"
}
},
"extra": {
"pimcore": {
"bundles": [
"LuceneSearchBundle\\LuceneSearchBundle"
]
}
},
"require": {
"pimcore/pimcore": "^5.8.0 | ^6.0.0 | ^10.0.0",
"vdb/php-spider": "^0.6",
"zf1/zend-search-lucene": "~1.12"
}
}