forked from ezsystems/ezfind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.1 KB
/
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
35
36
37
{
"name": "aplia/ezfind",
"description": "eZ Find is a search extension for eZ Publish legacy, providing more functionality and better results than the default search in eZ Publish. This package contains additional fixes and enhancements to the official package.",
"keywords": ["ezextension", "search"],
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0",
"authors": [
{
"name": "eZ Publish dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezfind/contributors"
},
{
"name": "Aplia dev-team",
"email": "[email protected]",
"homepage": "https://www.aplia.no"
}
],
"autoload": {
"classmap": [
"autoloads",
"classes",
"search"
]
},
"bin": [
"bin/php/ezsolrcommit.php",
"bin/php/ezsolroptimize.php",
"bin/php/updatesearchindexsolr.php"
],
"extra": {
"ezpublish-legacy-extension-name": "ezfind"
},
"require": {
"php": ">=5.3",
"composer/composer": ">=1.0"
}
}