forked from mjhapp/EWZSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 702 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "excelwebzone/search-bundle",
"description": "Integrates Zend Search Lucene into Symfony applications",
"keywords": ["search", "lucene"],
"homepage": "https://github.com/excelwebzone/EWZSearchBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Michael H. Arieli",
"email": "excelwebzone@gmail.com",
"homepage": "http://excelwebzone.com/"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"excelwebzone/zend-search": "dev-master"
},
"autoload": {
"psr-0": { "EWZ\\Bundle\\SearchBundle": "" }
},
"target-dir": "EWZ/Bundle/SearchBundle"
}