mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 12:54:15 +00:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"name": "kvazar/index",
|
|
"description": "Common Index API (DB model)",
|
|
"type": "library",
|
|
"require": {
|
|
"manticoresoftware/manticoresearch-php": "^3.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kvazar\\Index\\": "src/"
|
|
}
|
|
}
|
|
}
|