update description

This commit is contained in:
ghost 2024-02-12 03:41:07 +02:00
parent 1f7f210617
commit 3e5095553b
2 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,7 @@
# index-php # Common Index API (DB model)
Manticore Database API
Versioned database toolkit to create and read Manticore index in different applications
Requirement for:
* [webapp](https://github.com/kvazar-network/webapp)

View File

@ -1,6 +1,6 @@
{ {
"name": "kvazar/index", "name": "kvazar/index",
"description": "Manticore Database API", "description": "Common Index API (DB model)",
"type": "library", "type": "library",
"require": { "require": {
"manticoresoftware/manticoresearch-php": "^3.1" "manticoresoftware/manticoresearch-php": "^3.1"