mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
24 lines
511 B
JSON
24 lines
511 B
JSON
|
{
|
||
|
"name": "seeddms/lucene",
|
||
|
"description": "SQLiteFTS based fulltext search for SeedDMS ",
|
||
|
"type": "library",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"minimum-stability": "dev",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Seeddms\\SQLiteFTS\\": "SQLiteFTS/"
|
||
|
},
|
||
|
"classmap": ["SQLiteFTS/"]
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Uwe Steinmann",
|
||
|
"email": "info@seeddms.org"
|
||
|
}
|
||
|
],
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9"
|
||
|
}
|
||
|
|
||
|
}
|