forked from egeloen/IvoryLuceneSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 730 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
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
{
"name": "egeloen/lucene-search-bundle",
"type": "symfony-bundle",
"description": "Provides a zend lucene search integration for your Symfony2 Project.",
"keywords": [ "lucene search" ],
"license": "MIT",
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
}
],
"require": {
"php": "^5.6|^7.0",
"zendframework/zendsearch": "^2.0@rc"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^5.0"
},
"autoload": {
"psr-4": { "Ivory\\LuceneSearchBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}