forked from zf1/zend-search-lucene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 890 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": "zf1s/zend-search-lucene",
"description": "Zend Framework 1 Search Lucene package",
"keywords": ["framework", "zf1", "zend", "search", "lucene"],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-dom": "*",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.15.5",
"zf1s/zend-search": "^1.15.5",
"zf1s/zend-xml": "^1.15.5",
"symfony/polyfill-php70": "^1.19"
},
"autoload": {
"psr-0": {
"Zend_Search_Lucene": "library/"
}
},
"suggest": {
"ext-bitset": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-search-lucene": "^1.12"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}